vespa
vespa copied to clipboard
Handle string type features in the HTTP query API
If an input is explicitly declared with type string:
inputs {
query(my_feature) string
}
We should allow and interpret it as a string in the HTTP query API.
confusingly, the given declaration was allowed, but equivalent to
inputs {
query(my_feature) double
query(string) double
}
https://github.com/vespa-engine/vespa/pull/30355
This was fixed in Vespa 8.308.26.