mmsearch(branch, searchterm) performs a full-text search for
searchterm in all models and files stored in the
branch. The limit for number of returned results is 10,000.
mmsearch(branch, keyword, term, …) performs a search for a set of filters identified by keyword and a search term. If several of such keyword/term pairs are added the search is performed by using the AND operator between the terms. The default limit for the number of returned results is 500, which can be changed by using the
limit option.