Skip to content

Commit

Permalink
enhance(algolia): search explorer title first
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Apr 10, 2024
1 parent 1cc6b11 commit 7dbbc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baker/algolia/configureAlgolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ export const configureAlgolia = async () => {
await explorerViewsIndex.setSettings({
...baseSettings,
searchableAttributes: [
"unordered(explorerTitle)",
"unordered(viewTitle)",
"unordered(viewSettings)",
"unordered(explorerTitle)",
],
customRanking: [
// For multiple explorer views with the same title, we want to avoid surfacing duplicates.
Expand Down

0 comments on commit 7dbbc49

Please sign in to comment.