Skip to content

Commit

Permalink
Merge pull request BloomBooks#512 from StephenMcConnel/FixSearchForBo…
Browse files Browse the repository at this point in the history
…okInstanceId-20231017

Add bookInstanceId: to the array of search facet identifiers
  • Loading branch information
andrew-polk authored Oct 17, 2023
2 parents 54828e2 + d33f9cd commit f1a05e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connection/LibraryQueryHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ const facets = [
"brandingProjectName:",
"branding:",
"rebrand:",
"bookInstanceId:",
];

export function isFacetedSearchString(searchString: string): boolean {
Expand Down

0 comments on commit f1a05e1

Please sign in to comment.