Skip to content

Commit 5e76a27

Browse files
wvangeitCopilot
andauthored
Update services/web/server/src/simcore_service_webserver/functions/_functions_repository.py
Co-authored-by: Copilot <[email protected]>
1 parent f30fac6 commit 5e76a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_functions_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def _create_list_functions_attributes_filters(
377377

378378
if search_by_function_title is not None:
379379
attributes_filters.append(
380-
functions_table.c.title.like(f"%{search_by_function_title}%")
380+
functions_table.c.title.ilike(f"%{search_by_function_title}%")
381381
)
382382

383383
return attributes_filters

0 commit comments

Comments
 (0)