CatgirlIntelligenceAgency/code/features-qs
Viktor Lofgren 4763077b76 (search/index) Add a new keyword "count"
This is for filtering results on how many times the term appears on the domain.  The intent is to be beneficial in creating e.g. a domain search feature.   It's also very helpful when tracking down spammy domains.
2023-12-25 20:38:29 +01:00
..
query-parser (search/index) Add a new keyword "count" 2023-12-25 20:38:29 +01:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

Note: This package is called features-qs rather than features-query because the latter, though more consistent with other packages like features-index, would be very confusing as there are other packages elsewhere with the 'query' name (e.g. features-index/index-query).

Contents

  • query-parser contains code for parsing the user-facing query grammar.