Enumeration

GomSearchMode

Declaration

enum Gom.SearchMode

Description

Controls how a search query is interpreted for a GomSearchExpression.

Members

GOM_SEARCH_MODE_NATURAL

Use the query as-is.

  • Value: 0
  • Available since: 2
GOM_SEARCH_MODE_PREFIX

Match terms by prefix.

  • Value: 1
  • Available since: 2
GOM_SEARCH_MODE_PHRASE

Match the query as a quoted phrase.

  • Value: 2
  • Available since: 2