Property definitions

nitc $ APISearch :: defaultinit
# Search mentities from a cmd string.
#
# Example: `GET /search?q=Arr`
class APISearch
	super APIList

	redef fun command do return new CmdCatalogSearch(config.model, config.catalog)
end
src/doc/api/api_model.nit:104,1--111,3