CatgirlIntelligenceAgency/code/services-application
Viktor Lofgren 66b3e71e56 (search) Expose more search options
This change set updates the query APIs to enable the search service to add additional criteria, such as QueryStrategy and TemporalBias.

The QueryStrategy makes it possible to e.g. require a match is in the title of a result, and TemporalBias enables penalizing results that are not within a particular time period.

These options are added to the search interface.  The old 'recent results' is modified to use TemporalBias, and a new filter 'Search In Title' is added as well.

The vintage filter is modified to add a temporal bias for the past.
2024-02-15 13:39:51 +01:00
..
api-service (API, minor) Clean up comments. 2024-02-14 12:09:16 +01:00
dating-service (*) install script for deploying Marginalia outside the codebase 2024-01-11 12:40:03 +01:00
explorer-service (*) install script for deploying Marginalia outside the codebase 2024-01-11 12:40:03 +01:00
search-service (search) Expose more search options 2024-02-15 13:39:51 +01:00
readme.md (minor) Correct link in documentation for app services 2024-02-12 15:55:06 +01:00

Application Services

The application services offer user interfaces/applications around interacting with the core services.