mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
The web UI encodes the 'no swap flats' filter as exclusioncriteria=swapflat, but the mobile API only accepts swap_flat. Unknown values are not ignored by the API - the whole search silently returns 0 results, so any saved search with this filter never finds a single listing. Map the value during web-to-mobile conversion and leave all other exclusioncriteria values (e.g. projectlisting, which both APIs share) untouched.