Use the Find documents process to search for properties or keywords in your documents, in order to quickly find the document you need.
Follow these steps:
When specifying a search term for remarks or keywords, you can use the following wildcards and other special characters:
| Find what | Character(s) | Example | 
| Any character | _ | b_ll Returns all documents containing the string "ball", "bell", etcetera. | 
| Any character in the specified range | [] | Lo[g,t] Returns all documents containing the string "log" or "lot". | 
| Any character outside the specified range | [^] | Lo[^g,t] Returns all documents not containing the string "log" or "lot". |