vitrivr / vitrivr-ng

vitrivr NG is a web-based user interface for searching and browsing mixed multimedia collections. It uses cineast as a backend
MIT License
16 stars 24 forks source link

Reworking Boolean Query Configuration Options #124

Closed silvanheller closed 2 years ago

silvanheller commented 2 years ago

This PR fixes an issue which was caused due to a recent Cottontail Update, where Integer-Dropdowns would return 0 results because they were sent as strings to Cottontail (and Cottontail doesn't parse Strings in queries as integers anymore if the column which is queried is an integer).

It adds significantly more configuration options to boolean terms (and removes redundancies), allows setting operators explicitly and makes the config more readable. All options are documented via examples in the default configuration. Additionally, https://github.com/vitrivr/cineast/pull/286 adds a working Boolean retrieval for Segment IDs to the default to have an out-of-the-box example.

Additionally, this PR hides information about the stage-index unless there are multiple stage. For a visual diff:

Previously

image

Now

vitrivr-ng-entry