Description

Returns an @FM delimited list of Key IDs that match the search value.

Syntax

rv = Database_Services("SearchIndex", TableName, ColumnName, SearchValue, UpdateIndex)

Parameters

ParameterDescription

TableName

[REQUIRED] The linear hash database table name.

ColumnName

[REQUIRED] The KeyID to the database table.

SearchValue[REQUIRED] The value being searched for.
UpdateIndex

[Optional] Boolean flag to determine if the index for the indicated column should be updated before searching.

Remarks

This is basically a wrapper around Update_Index and Btree.Extract.

Version

16.0.18


  • No labels