ConstReturns true when the FlexSearch index has been built and is ready.
Returns false when engine is "native" (uses includes() fallback).
Queries the index and returns a Set of matching POI IDs.
Returns an empty Set when not ready.
User search input.
Manually builds (or rebuilds) the search index from a POI array.
Normally called automatically on geoleaf:poi:loaded.
Array of normalized POI objects.
Returns the name of the active engine: "flexsearch" or "native".
Clears the index (e.g. on profile switch).
Public Search namespace. Available as
GeoLeaf.Searchafter the lazysearchmodule is loaded.