neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
151 stars 27 forks source link

filter out swapflat in url #107

Closed drblaui closed 2 years ago

drblaui commented 2 years ago

I know this was addressed with MR #42 and issue #30. However if you're unlucky the whole first page is full of swap flats and the bot can't find any "real" flats at runtime, because they still are there. Adding exclusioncriteria=swapflat into the URL, will filter them out, making room for non swapflats

neopostmodern commented 2 years ago

LGTM, but please run prettier before I merge it.

drblaui commented 2 years ago

Newest commit now has prettier ran on urlBuilder file