SAEON / odp-server

Source code for the SAEON Open Data Platform server components.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Allow basic search operators #8

Open marksparkza opened 11 months ago

marksparkza commented 11 months ago

In the catalog API search_records function, we can use websearch_to_tsquery instead of plainto_tsquery.

See 12.3.2. Parsing Queries in the PostgreSQL docs.