observe_search_query/2
Map a custom search term to a #search_sql_term{} record.
Type:
Return:
#search_sql_term{}, [], or undefined
#search_query{} properties:
- name:
union - args:
union - offsetlimit:
tuple - unknown:
unknown - search:
union
Map a custom search term to a #search_sql_term{} record.
Type:
Return:
#search_sql_term{}, [], or undefined
#search_query{} properties:
unionuniontupleunknownunionImplement a custom search by observing the search_query notification in your module. Imagine you want to search cookies in your database that either have…
Provides identity management in the admin - for example the storage of usernames and passwords.
mod_backup serves two different purposes: it makes a nightly backup of your files and database, and can also backup/restore individual resource items.
Add support for editing predicates in the admin, by presenting a list of all defined predicates on http://yoursite.com/admin/predicate .
This module implements a mailing list system. You can make as many mailing lists as you like and send any page to any mailing list, including confirm mail and…
Implements a basic commenting system, enabling commenting on resources.
The mod_facebook module plugs into the authentication system to enable Facebook login on your site.
mod_search implements various ways of searching through the main resource table using model#search.
Logs messages to the database and adds log views to the admin.
OAuth2 provider module for app/client/token management and authorization flows.