Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter van den Dungen 66 posts 365 karma points
    Apr 04, 2022 @ 13:22
    Peter van den Dungen
    0

    Vendr: Examine Price Range Filter

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies