Skip to content

_score field in Query #150

@prof-schacht

Description

@prof-schacht

Hello,

I tried the following query to see the searched field and also the _score but the tool only displays the address field.

SELECT address,_score FROM bank
WHERE address = matchQuery('880 Holmes Lane')
ORDER BY _score desc limit 3

Is there a way to display also the _score field in result table?

BR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions