Skip to content

Commit

Permalink
fixed logic in api
Browse files Browse the repository at this point in the history
  • Loading branch information
robfelty committed Mar 18, 2024
1 parent 721d45c commit fd12486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/packages/search/src/instant-search/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ function generateApiQueryString( {
params.custom_results = postIds;
return false;
}
return true;
} );

if ( staticFilters && Object.keys( staticFilters ).length > 0 ) {
Expand Down

0 comments on commit fd12486

Please sign in to comment.