You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Hello
I set up a snippet which have a field tags_list (list of many words)
I want to select all snippets by a tag element
Exampe: Select all snippets which contain the tag "art"
How can i implement it ?
The text was updated successfully, but these errors were encountered:
@Doum-Super That's currently not implemented, we have to do that anyway when we want to implement the smart content data provider for snippets. In the meantime you would have to write your own query, and pass it to the DocumentManager::createQuery method.
Hello
I set up a snippet which have a field tags_list (list of many words)
I want to select all snippets by a tag element
Exampe: Select all snippets which contain the tag "art"
How can i implement it ?
The text was updated successfully, but these errors were encountered: