M-Files API 23.11.13135.0
MFFullTextSearchFlags Enumeration
Description
Full-text search flags (bitfield flags).
Members
MemberValueDescription
MFFullTextSearchFlagsLookInFileData536870912Looks for matches in the file data of objects.
MFFullTextSearchFlagsLookInMetaData268435456Looks for matches in the metadata (properties) of objects.
MFFullTextSearchFlagsNone0None (indicates a basic Boolean search).
MFFullTextSearchFlagsStemming4Enables stemming for all words in the search request. This includes inflected forms of the searched word.
MFFullTextSearchFlagsTypeAllWords131072Finds all of the words in the search request.
MFFullTextSearchFlagsTypeAnyWords262144Finds any of the words in the search request.