Skip to content
Snippets Groups Projects
Commit ea16507a authored by roshan's avatar roshan
Browse files

Merge branch 'develop' of...

Merge branch 'develop' of gitlab.niveussolutions.com:roshan.suvarnkar/hdfc-common-utility into develop
parents 6292865b 1badd2e5
No related branches found
No related tags found
No related merge requests found
......@@ -219,10 +219,6 @@ export async function fuzzySearch<T>(
distinct,
} = args;
if (!searchFields?.length || !searchTerm) {
throw new Error('searchFields and searchTerm are required');
}
if (searchTerm.trim().length < 3) {
throw new Error('Search term must be at least 3 characters long');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment