The Open API specification for Synapse is now available for download!

Download Open API Spec

TextMatchesQueryFilter

org.sagebionetworks.repo.model.table.TextMatchesQueryFilter

A filter to apply a TEXT_MATCHES predicate (full text search) to the query using the given searchExpression as value.

Field Type Description
concreteType STRING
isDefiningCondition BOOLEAN When null (default) or false, this condition will be applied to WHERE clause of table/view query. When set to true, for a query against a VirtualTable, this condition will be applied to the WHERE clause of the VirtualTable's definingSQL.
searchExpression STRING The search expression to match against the table rows.