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:
unionargs:
unionoffsetlimit:
tupleunknown:
unknownsearch:
union
See also
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
See also
observe_postback_notify/2 Other notifications observe_activity_send/2
Implement a custom search by observing the search_query notification in your module. Imagine you want to search cookies…