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

FEAT #13243 TIME 0:10 added keyword folders to search

parent 87fdb6ca
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ where ...@@ -134,7 +134,7 @@ where
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'
)"; )";
$whereFollowed = "select res_id from users_followed_resources where user_id = :user_id_followed"; $whereFollowed = "select res_id from users_followed_resources where user_id = :user_id_followed";
......
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