How to search Examine by Udi (content picker) property
I am trying to query Examine by a content picker value - since it is an Udi then I need to provide Udi to the query. It looks like examine is not supporting it and splitting Udi value to bits by : and
How to search Examine by Udi (content picker) property
I am trying to query Examine by a content picker value - since it is an Udi then I need to provide Udi to the query. It looks like examine is not supporting it and splitting Udi value to bits by : and
This is the query I get
And this is how I add the property to the query:
Anyone knows how to lookup Examine index by a property that contains Udi?
I am using version 10.0.0 but I saw from other posts that the same thing is happening in Umbraco 8.
Not sure what happened to Examine but it worked well with Udi in version 7.15.3. we have the old site version working well.
Hi
This blog post I did for v8 should help you.
It should be fairly similar for v10 but i haven't tried.
https://codeshare.co.uk/blog/how-to-search-by-picked-multi-node-tree-picker-values-in-umbraco-v8/
Kind regards
Paul Seal
Hi Paul
Do you have any code snippet that help to implement searching multi node picker in umbraco 10
Thanks
is working on a reply...