Stefan Ganz

Results 2 issues of Stefan Ganz

By asking [a question on StackOverflow](https://stackoverflow.com/questions/66887793/react-admin-filter-with-selectinput-shows-wrong-values/66888803#66888803) I found out that `react-admin-firebase` always does fuzzy searching for string filters. In my case, the fuzzy search matched "inactive" as well as "active"...

Is there a way to prevent query parameters being written into the URL? I am porting my React Native project to the web and I have a few screens that...