You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
But when I try to search with tags, it returns all results.
For example, http://localhost:8000/mylinks/filter/?tag=react should only return documents with the tag 'react' but it returns all documents
Hi.
Thanks for this great work.
I have implemented elastic search with your framework.
So now I get this working: http://localhost:8000/mylinks/filter/?search=string
But when I try to search with tags, it returns all results.
For example, http://localhost:8000/mylinks/filter/?tag=react should only return documents with the tag 'react' but it returns all documents
Here is the code:
https://github.com/fullstackdevs14/res_manager/tree/master/mylinks
Can you please help me how to get filter search working?
Regards.
The text was updated successfully, but these errors were encountered: