PyHH_FTS_QUERY Object
A Python object, representing an HH_FTS_QUERY
structure
Comments
Typically you create a PyHH_FTS_QUERY
(via win32help::HH_FTS_QUERY) object, and set its properties.
The object can then be passed to any function which takes an HH_FTS_QUERY
object.
Use this structure for full-text search.
Properties
- int uniCodeStrings
- TRUE if all strings are Unicode.
- long proximity
- Word proximity.
- int stemmedSearch
- TRUE for StemmedSearch only.
- int titleOnly
- TRUE for Title search only.
- int execute
- TRUE to initiate the search.
- string searchQuery
- String containing the search query.