@coveo/headless-react
    Preparing search index...

    Type Alias SortByQRE

    Uses only custom ranking expressions (QREs and QRFs) to compute a ranking score for each query result item, and sorts the query results by descending score value.

    type SortByQRE = {
        by: QRE;
    }
    Index

    Properties

    Properties

    by: QRE