Skip to content

Commit

Permalink
fix: Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored May 29, 2024
1 parent 0ba493e commit a473f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const typesenseInstantsearchAdapter = new TypesenseInstantSearchAdapter({
// So you can pass any parameters supported by the search endpoint below.
// query_by is required.
additionalSearchParameters: {
query_by: "rfcNumber,ref,filename,aliases,title,abstract,keywords,authors,adName,group,groupName,area,areaName",
query_by: "rfcNumber,ref,filename,title,abstract,keywords,authors,adName,group,groupName,area,areaName",
}
})
Expand Down Expand Up @@ -178,4 +178,4 @@ function transformTypeFacet (items) {
function cleanRefinementItems (items) {
return items.filter(item => item.label?.trim())
}
</script>
</script>

0 comments on commit a473f9d

Please sign in to comment.