company logo

IndexManager :: SearchByType - Search objects by type

The function searches the objects from selected keywords by type passed in typenames. When no type name has been passed or when the type name is empty, the function returns all matching objects.

In order to increase performance, a maximum number of result instances can be passed to the function.

In case of multiple keywords, result objects are returned ordered by weight, i.e. objects with most matches are listed first.

Return value:  Number of items ( int32  )

The value contains the number of items (characters, entries, instances etc.).

Implementation details