-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use of '*' in API queries to get all results . #4036
Comments
@sagarpreet-chadha Could you please explain me this issue.. |
Hi sure 😄 ! |
Apologies if I'm wrong but is it similar to this issue.. publiclab/leaflet-environmental-layers#30 |
Yes this issue will help to solve it :) |
@sagarpreet-chadha Is this issue still open? If so I would like to try and help! |
Yes i think it is still open. @cesswairimu can you please verify? Thanks! |
Can I take up this issue, if it is open? @sagarpreet-chadha |
I would love to continue with this issue. Can you assign it to me if it is still open or not assigned to anyone else? |
@sagarpreet-chadha Can you explain me this issue I wanna work on it please assign it to me. |
Is this issue open? Can I take this up? |
Hello, to be honest I think this is a tough one to implement, and perhaps we would prefer to put a hold on it for now. Thank you very much for your offers of help! |
Please assign me this |
We have this API implemented here :
plots2/app/api/srch/search.rb
Line 224 in ba05350
We need to fetch all the results (they can be thousands in number!) if the query parameter used is 'question:*' .
For example :
/api/srch/taglocations?tagName=question:*
Happy to help ! Thank you !
The text was updated successfully, but these errors were encountered: