Hi All,
We are facing akward issue with Filter query. Here is the brief description of an issue.1. We have adding the Key-Value Pair Property in the index.
2.If the Key of an Last Index of this property is a Numeric value can not fetch the result.
Query used:
.Filter(x => x.CustomerPartNo.Values.AnyWordBeginsWith(text))
3.By changing the index position would have able to fetch the result.Can you help us out to resolve the issue?
This blog post describes what is possible regarding querying of dictionary properties with Find:http://www.lindstromhenrik.com/searching-dictionaries-with-episerver-find/
Hi All,
We are facing akward issue with Filter query. Here is the brief description of an issue.
1. We have adding the Key-Value Pair Property in the index.
2.If the Key of an Last Index of this property is a Numeric value can not fetch the result.
Query used:
.Filter(x => x.CustomerPartNo.Values.AnyWordBeginsWith(text))
3.By changing the index position would have able to fetch the result.
Can you help us out to resolve the issue?