Does anyone have an example of where they have search for node by a Grid Data Type property? Example, I have venues, where I use the Grid Type to save the events for that venue. What would the easiest way be to search for all the venues that have events on Monday for example?
Further to this, the only way I've managed this so far is to iterate through all the venues and search each venue event for that property. With 7, it's pretty fast on 1k venues and 2k events, but we'll see how it scales.
Searching for nodes with a property
Does anyone have an example of where they have search for node by a Grid Data Type property? Example, I have venues, where I use the Grid Type to save the events for that venue. What would the easiest way be to search for all the venues that have events on Monday for example?
Cheers!
Further to this, the only way I've managed this so far is to iterate through all the venues and search each venue event for that property. With 7, it's pretty fast on 1k venues and 2k events, but we'll see how it scales.
Karl,
How are you searching? Using examine as long as you massage the data into the index using gatheringnode should be lightening quick.
Regards
Ismial
Thanks Ismial - GatheringNode, never heard of it. Any good examples? May help in a few areas actually...
Googles gatherinhnode +examine :)
is working on a reply...