Filtering Results

Use this search field to filter for specific items by entering plain text or keywords.

Keywords

Use the syntax keyword:value; to quickly match specific results where keyword is equal to value. The keyword can be the name of a database column, the name of an author or a group, or a date/time. For example: author:Foo;year:2016; would filter the posts table to display only posts created by Foo in 2016.

Use the syntax ASC:column; or DESC:column; to sort the results in ascending or descending order. For example: DESC:user_id;ASC:id; would sort a table of posts in descending order of user ID and then ascending order of post ID.