Skip to content

Commit

Permalink
IBX-9370: Aligned UDW-searchterm with main search (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor authored Jan 31, 2025
1 parent a1a7587 commit a31f978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const useSearchByQueryFetch = () => {
const query = {};

if (searchText) {
query.FullTextCriterion = `${searchText}*`;
query.FullTextCriterion = `${searchText}`;
}

if (fullTextCriterion) {
Expand Down

0 comments on commit a31f978

Please sign in to comment.