-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcards do not work correctly in level search #724
Comments
https://elma.online/levels/search?finished=all&q=*zebra*&page=0&order=asc works for me. Also changing page works. Total count isn't resolved since it is too slow for this advanced search. I guess seeing the same levels when clicking next happens because there's 10s timeout in frontend and queries can be slow. Getting results straight from api like https://api.elma.online/api/level?page=0&pageSize=100&order=asc&finished=all&battled=all&q=*zebra* could work? 🤷 |
Thanks Ismo. Well, the advanced search seems to work at the first time after browser restart. After that it's random or does not show anything.
It seems that 1st and 2nd page worked now but 3rd page was same as 2nd page and 4th page was same as 2nd page.
Ok, got some html page there which actually answered my original question. Would be still nice to get the searches working :) |
Ye, from 2nd to 3rd and from 3rd to 4th page search takes too long and api call fails silently. Page "changes" but shows results from latest successful api request. Would be nice to see some error message there at least. 🤔 |
Hello, I'm zebra. I posted this already on mopolauta but as I saw there is this kind of cool github site I'm not posting this also here. So the basic problem is that I cannot find all levels with "zebra" in their name.
There seems to be multiple problems with level searches:
So at the moment there is no way to search for all levels which have "zebra" in their name.
The text was updated successfully, but these errors were encountered: