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
Is your feature request related to a problem? Please describe.
It'd be great to implement a feature to support GitHub like filtering in search component, e.g. project:project-key, stars>500, is:code, etc.
Describe the solution you'd like
Implement this functionality in the search component to translate it to Algolia index queries.
The text was updated successfully, but these errors were encountered:
Okay, just want to confirm we're on the same page -- this task involves Algolia index and implies development of comprehensive approach to extend OWASP Nest entity search component for all entities (each entity will have a custom mapping of Nest search queries/operators to the Algolia index requests).
@arkid15r Assign this to me, I have a plan like creating a query parsing filter with github style filters which accepts the query before fetching the data from algolia api.
Is your feature request related to a problem? Please describe.
It'd be great to implement a feature to support GitHub like filtering in search component, e.g.
project:project-key
,stars>500
,is:code
, etc.Describe the solution you'd like
Implement this functionality in the search component to translate it to Algolia index queries.
The text was updated successfully, but these errors were encountered: