Skip to content

Commit

Permalink
fix(structure): prevent duplication of search filters when `listenSea…
Browse files Browse the repository at this point in the history
…rchQuery` is used (e.g. in document lists) (#6247)
  • Loading branch information
juice49 authored Apr 9, 2024
1 parent 4e3afac commit fce97c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export function listenSearchQuery(options: ListenQueryOptions): Observable<Sanit

const doFetch = () => {
const searchTerms = {
filter,
query: searchQuery || '',
types,
}
Expand Down

0 comments on commit fce97c7

Please sign in to comment.