<%@ include file="/portal/include/include_java.jsp" %> <%/** * The following should be documented, preferrably on some sort of a help page: * * This is more advanced search, accepting special keywords. * * Reserved Keyword: Support: Notes: * active YES By default, only active is searched. * inactive or nonactiv YES This is the only way to search inactive. * hierarchy YES This limits to those ids visible in hierarchy. * onhierarchy YES This limits to those ids NOT visible in hierarchy. * quota YES This limits to those ids that are quota constrained. * nonquota YES This limits to those ids that are NOT quota constrained. * logged YES This limits to those ids that are logged. * unlogged or nonlogged YES This limits to those ids that are NOT logged. * indexable YES This limits to those ids that are indexable. * nonindexable YES This limits to those ids that are NOT indexable. * author:name YES This is a case-sensitive contains for the creator's username. * author (current) YES This limits to content created by current user. * name:text YES * description:text YES * starts:text YES This is name and description text*, case-insensitive. * ends:text YES This is name and description *text, case-insensitive. * contains:text YES This is name and description *text*, case-insensitive. * subscribed YES This limits to current user's subscriptions. * unsubscribed or nonsubscribed YES This limits to current user's subscriptions. * bytes:number * approved * unapproved * created:time * modified:time * expiration:days * extension:ext * * Other text is searched for as 'contains' in name and description. * * For name and description: * : and = are both equals, <> and >< and != are unequal, * < is less than, > is greater than, <= is less than or equal to, >= is greater than or equal to. **/%>