-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Boost service discovery (tile) results based on boosted category. (#1392
) In order to surface some specific results on the tile results page, we make use of an optional filter on a newly added Algolia index property. On the backend, we've created a new column, `boosted_category`, which we can optionally set on each Service. This allows us perform an optional filter only on the tile results pages, and not the general search page, where services that match the optional filter are boosted in ranking. For now, there can only be one `boosted_category` per service, but this is sufficient for the current use case, where only two services need to be boosted, and they each only apply to one category.
- Loading branch information
1 parent
53c5834
commit 6817ee3
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters