Skip to content

Commit a31f978

Browse files
authored
IBX-9370: Aligned UDW-searchterm with main search (#1422)
1 parent a1a7587 commit a31f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/ui-dev/src/modules/universal-discovery/hooks/useSearchByQueryFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const useSearchByQueryFetch = () => {
5656
const query = {};
5757

5858
if (searchText) {
59-
query.FullTextCriterion = `${searchText}*`;
59+
query.FullTextCriterion = `${searchText}`;
6060
}
6161

6262
if (fullTextCriterion) {

0 commit comments

Comments
 (0)