Skip to content
Snippets Groups Projects
Commit 02a24ba8 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #13243 TIME 0:10 fix search on folders shared with keyword

parent 843dde88
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ where lower(translate(folders.label , 'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ ...@@ -245,7 +245,7 @@ where lower(translate(folders.label , 'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓ
from entities_folders from entities_folders
left join entities on entities_folders.entity_id = entities.id left join entities on entities_folders.entity_id = entities.id
left join users_entities on entities.entity_id = users_entities.entity_id left join users_entities on entities.entity_id = users_entities.entity_id
where users_entities.user_id = :user_id_folders where users_entities.user_id = :user_id_folders OR entities_folders.keyword = 'ALL_ENTITIES'
) )
)"; )";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment