Skip to content
Snippets Groups Projects
Commit bd5b594c authored by Alice Poggioli's avatar Alice Poggioli
Browse files

WIP: Search resource by keyword in entrepreneur dashboard.

parent c2ec8e6b
No related branches found
No related tags found
2 merge requests!30Feature/mentor edit account,!29Feature/entrepreneur account
......@@ -7,8 +7,13 @@ h2.title_form Search for a resource
#circles
sib-display#circles-list(
data-src=`${endpoints.resources}`,
fields='search(name, description, author)',
search-fields='name, description, author',
fields='search-by-keyword(name, description, author)',
search-search-by-keyword="hidden-widget"
search-fields='search-by-keyword',
search-label-search-by-keyword="Search here by keyword, author..."
search-widget-search-by-keyword="sib-form-placeholder-text"
widget-format='cs-resource-format-name',
multiple-format,
......
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