vespa icon indicating copy to clipboard operation
vespa copied to clipboard

Handle string type features in the HTTP query API

Open bratseth opened this issue 5 months ago • 1 comments

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.

bratseth avatar Jan 25 '24 12:01 bratseth