Skip to content

Commit

Permalink
IBX-9314: UDW's suggestions query performance optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Dec 10, 2024
1 parent 81009e5 commit 1c73b51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ export const findSuggestions = (
ViewInput: {
identifier: 'view_with_aggregation',
LocationQuery: {
limit,
offset,
limit: 0,
offset: 0,
Filter: {
ParentLocationIdCriterion: parentLocationId,
},
Expand Down

0 comments on commit 1c73b51

Please sign in to comment.