Form Set Search
When you enter a Search string in the Search box, the grid is updated dynamically. The list of form sets is restricted to those form sets that match or partially match the Search string. Wildcards are not supported.
You can also enter Search keywords. Keywords (and recent searches) are available for selection when you click the mouse in the Search box:
Keyword |
Search for form sets |
Example |
---|---|---|
date:today |
with an edit or creation date equal to today's date. |
date:today |
date:yesterday |
with an edit or creation date equal to yesterday's date. |
date:yesterday |
date:<7d |
with an edit or creation date greater than 7 days ago. |
date:<7d |
date:<1m |
with an edit or creation date greater than 30 days ago. |
date:<1m |
cDate:<DD/MM/YYYY> |
with the specified creation date. |
cDate:01/08/2013 |
eDate:<DD/MM/YYYY> |
with the specified edit date. |
eDate:01/08/2013 |
cAuthor:<username> |
created by the specified author. |
cAuthor:ngarel |
eAuthor:<username> |
edited by the specified author. |
eAuthor:ngarel |
id:<n> |
with the specified set ID. |
id:45 |
id:[min, max] |
with an ID within the specified range. |
id:[45, 100] |
notes:<text_string> |
with notes that contain the specified text string. |
notes:test |
title:<text_string> |
with titles that contain the specified text string. |
title:test |
Keywords can be combined with comparison and logical operators:
Example |
Search for form sets |
---|---|
eDate:>01/01/2015 AND eAuthor:P |
Edited after 01/01/2015 and edited by author P* |
date:>=01/01/2016 |
Created or edited on or after 01/01/2016 |
date:[01/01/2016, 01/02/2016] |
Created or edited between 01/01/2016 and 01/02/2016 inclusively. The dd/mm/yyyy format matches the computer locale settings. |
Logical operators are executed according to their mathematical precedence, For example: A OR B AND C is evaluated as A OR (B AND C), not (A OR B) AND C.