You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YQL search query select * from sources ecommerce.products where attributes contains sameElement(attributeName contains "Size")
it returns 0 results, even though match type is "cased" and document has attributeName "Size". But if i change case of size to all lower case it returns results. Result consists of case insensitive search.
Expected behavior
Struct fields should respect match type cased while searching.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Mac Os
Infrastructure: local docker setup
Vespa version
Vespa CLI version 8.323.45
The text was updated successfully, but these errors were encountered:
Describe the bug
Match type "cased" for struct fields does not return results for case sensitive search
To Reproduce
For below document schema
Document example -
YQL search query
select * from sources ecommerce.products where attributes contains sameElement(attributeName contains "Size")
it returns 0 results, even though match type is "cased" and document has attributeName "Size". But if i change case of size to all lower case it returns results. Result consists of case insensitive search.
Expected behavior
Struct fields should respect match type cased while searching.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Vespa version
Vespa CLI version 8.323.45
The text was updated successfully, but these errors were encountered: