Skip to content

Commit

Permalink
IBX-9370: Aligned UDW-searchterm with main search
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor committed Jan 16, 2025
1 parent d6d83c7 commit c7b82cf
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 c7b82cf

Please sign in to comment.