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:
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
Now