Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am working on a custom filter for filtering prices, but I got a bit stuck.
query = query.And().RangeQuery<float>(new[] { "price" }, filter.MinPrice.Value, filter.MaxPrice.Value);
Could not perform a range query on the field price, it's value type is Examine.LuceneEngine.Indexing.FullTextType
Price is of type: Vendr.Umbraco.Models.PricePropertyValue
What is the best solution here?
Edit: moved to => https://our.umbraco.com/packages/website-utilities/vendr/vendr-support//108703-examine-price-range-filter
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Vendr: Examine Price Range Filter
I am working on a custom filter for filtering prices, but I got a bit stuck.
Price is of type: Vendr.Umbraco.Models.PricePropertyValue
What is the best solution here?
Edit: moved to => https://our.umbraco.com/packages/website-utilities/vendr/vendr-support//108703-examine-price-range-filter
is working on a reply...