Module m_search

Search model, used as an interface to the search functions of modules etc.

Copyright © 2009 Marc Worrell Date: 2009-04-15

Behaviours: zotonic_model.

Authors: Marc Worrell (marc@worrell.nl).

Description

Search model, used as an interface to the search functions of modules etc.

Function Index

get_result/3
m_get/3Fetch the value for the key from a model source.
search/2
search_pager/2

Function Details

get_result/3

get_result(N, M_search_result, Context) -> any()

m_get/3

m_get(Rest::list(), Msg::zotonic_model:opt_msg(), Context::z:context()) -> zotonic_model:return()

Fetch the value for the key from a model source

search/2

search(Search, Context) -> any()

search_pager/2

search_pager(Search, Context) -> any()


Generated by EDoc