Skip to content

Commit

Permalink
Add bookInstanceId: to the array of search facet identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenMcConnel committed Oct 17, 2023
1 parent 54828e2 commit d33f9cd
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 d33f9cd

Please sign in to comment.