metamaps--metamaps/doc/api/traits/searchable.raml
2016-10-04 15:22:24 +08:00

7 lines
267 B
Plaintext

queryParameters:
q:
description: |
Search text columns for this string. A query of <code>"example"</code> will be passed to SQL as <code>LIKE %example%</code>. The searchable columns are: <pre><< searchFields >></pre>
required: false
type: string