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
Hi @marvinjude. I'm considering using Elasticlunr and would be interested if you found a solution to this post. I have a similar requirement.
Cheers Mark
Nice Project, i am super excited!
in my gatsby, i am trying to search an index generated by @gatsby-contrib/elasticlunr, the generated index looks like this:
is there a way i can get only get results whose section == react alone, and not all docs that match a search query in terms of a field.
e.g when i search with a term su with expand: true in the config and set a filter section = 'graphql' it should return :
but what i am currently getting is :
Thanks!
The text was updated successfully, but these errors were encountered: