JMap.SimpleSearch.setQueryString
Executes a "query string" search on all layers of the current project using the passed string as the query. See here for details.
All query_string reserved characters are escaped, and the following characters can't be used: "<>"
This method will fetch an array of result object indicating all matches found.
the search string to be used
if no project is loaded, if the passed search string is not a string or if it contains invalid characters.
Copy
JMap.SimpleSearch.setQueryString
Executes a "query string" search on all layers of the current project using the passed string as the query. See here for details.
All query_string reserved characters are escaped, and the following characters can't be used: "<>"
This method will fetch an array of result object indicating all matches found.