@coveo/headless
    Preparing search index...

    Type Alias SortByNoSort

    Does not sort the query results; the index will return result items in an essentially random order.

    type SortByNoSort = {
        by: NoSort;
    }
    Index

    Properties

    Properties

    by: NoSort