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
Hi Guys,
Does anybody know how I can query using the Umbraco Examine for nuPickers fields, using Lucene TypeheadList?
I have a Real Estate node and through nuPickers, I will select the property type and the location.
Now, how can I query and convert the below for Umbraco Examine please?
nodes = rootNode.Descendants(ConstantNames.PropertyDocumentAliasName).Where(x => propertyTypesIds.Contains(x.GetPropertyValue<Picker>(ConstantNames.PropertyTypeAliasName).PickedKeys.First()) && localitiesIds.Contains(x.GetPropertyValue<Picker>(ConstantNames.PropertyLocalityAliasName).PickedKeys.First()));
Thank you and appreciate any help.
Kind Regards
Hi Simon
I am facing the same issue are you able to achieve this?
Pleas help on this
Thanks
Hi, just formatting the code to make it easer to read...
nodes = rootNode .Descendants(ConstantNames.PropertyDocumentAliasName) .Where( x => propertyTypesIds.Contains(x.GetPropertyValue<Picker>(ConstantNames.PropertyTypeAliasName).PickedKeys.First()) && localitiesIds.Contains(x.GetPropertyValue<Picker>(ConstantNames.PropertyLocalityAliasName).PickedKeys.First()));
Did you find a solution for your problem ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Nupickers - Searching using Umbraco Examine
Hi Guys,
Does anybody know how I can query using the Umbraco Examine for nuPickers fields, using Lucene TypeheadList?
I have a Real Estate node and through nuPickers, I will select the property type and the location.
Now, how can I query and convert the below for Umbraco Examine please?
Thank you and appreciate any help.
Kind Regards
Hi Simon
I am facing the same issue are you able to achieve this?
Pleas help on this
Thanks
Hi, just formatting the code to make it easer to read...
Did you find a solution for your problem ?
is working on a reply...