@situm/react-native
    Preparing search index...

    Interface SearchFilter

    interface SearchFilter {
        poiCategoryIdentifier?: null | string;
        text?: null | string;
    }
    Index

    Properties

    poiCategoryIdentifier?: null | string

    A PoiCategory identifier used to filter and display the POIs that belong to the given category.

    An empty string will clear the current category filter (if any). A null value will apply no change.

    text?: null | string

    Text used in the searchbar to filter and display the search results whose name or description matches the filter.

    An empty string will clear the current text filter (if any). A null value will apply no change.