CatgirlIntelligenceAgency/code/features-search/readme.md

11 lines
513 B
Markdown
Raw Normal View History

# Search Features
2023-03-04 17:00:49 +01:00
2023-03-06 18:32:13 +01:00
These are bits of search-engine related code that are relatively isolated pieces of business logic,
2023-03-04 17:00:49 +01:00
that benefit from the clarity of being kept separate from the rest of the
search engine code.
* [query-parser](query-parser/) contains code for parsing the user-facing query grammar.
2023-03-21 17:30:44 +01:00
* [result-ranking](result-ranking/) contains logic for ranking search results by relevance.
2023-03-04 17:00:49 +01:00
* [screenshots](screenshots/) and [random-websites](random-websites/) contains SQL queries random
2023-03-21 17:30:44 +01:00
exploration mode.