Class FullTextQuery

java.lang.Object
org.ametys.cms.search.query.FullTextQuery
All Implemented Interfaces:
Query

public class FullTextQuery extends Object implements Query
A Query realizing a full-text search on contents (search on all properties). Available operators:
  • SEARCH (default)
  • SEARCH_STEMMED
  • LIKE
  • EQ