queryParameters: q: description: | Search text columns for this string. A query of "example" will be passed to SQL as LIKE %example%. The searchable columns are:
<< searchFields >>
required: false type: string searchfields: description: | A comma-seperated list of columns to search. For instance, to search a topic's name and description (but not link field) for the string "cognition", you could use `?q=cognition&searchfields=name,desc`. required: false type: string