Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor committed Jan 31, 2025
2 parents ee13c20 + a31f978 commit 2b4e223
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 2b4e223

Please sign in to comment.