p2g_search_filter
The custom parameter p2g_search_filter allows you as LMS manager to filter content before it is offered to the instructors.
Previous stored pages will not be influenced by adding this filter. New search results will be limited with this filter.
Examples
p2g_search_filter=title+like+[[This is the title]]
p2g_search_filter=keyword+like+[[keyword1]]
p2g_search_filter=title+like+[[This is the title]] and keyword+like+[[keyword1]]
p2g_search_filter=title+like+[[This is the title]] or keyword+like+[[keyword1]]
Syntax
p2g_search_filter=attribute+condition+[[value]]+operator+attribute........
Attribute
Use the Attribute name of the search field to use, not the friendly display name. You can find the Attribute names in Presentations2Go Metadata settings.
Conditions
- LIKE
- EQUAL
Operators
- AND
- OR
- AND NOT
Value
Place the value always between double brackets: [[ your value ]]
Default
By default there are no search filters set.