Module search_all_bytitle

Return a list of ids of a category, sorted by title.

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

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

Description

Return a list of ids of a category, sorted by title. This needs to fetch and sort all resources of that category, so use this with care for situations where you know that the number of returned resources is relatively low.

Function Index

search/3
search_cat_is/3

Function Details

search/3

search(Cat, Search, Context) -> any()

search_cat_is/3

search_cat_is(Cat, Search, Context) -> any()


Generated by EDoc