Enumeration

GomSearchFlags

Declaration

flags Gom.SearchFlags

Description

Flags controlling how a property participates in full-text search.

Members

GOM_SEARCH_NONE

No special search behavior.

  • Value: 0
  • Available since: 2
GOM_SEARCH_INDEXED

Include the property in the full-text index.

  • Value: 1
  • Available since: 2
GOM_SEARCH_PREFIX

Enable prefix matching for the property.

  • Value: 2
  • Available since: 2
GOM_SEARCH_CASE_FOLDED

Case-fold text before indexing.

  • Value: 4
  • Available since: 2
GOM_SEARCH_NORMALIZED

Normalize text before indexing.

  • Value: 8
  • Available since: 2