On Mar 22, 2013, at 12:53 PM, Johnny Miller wrote: > Hello everyone, > > Is there an existing query component like this? > > <select> ---> list of propertyKeys > <select> ---> list of operators > <input> ---> search string
Sounds like the WOAnyField or one of its subclasses. ERD2WQueryAnyField probably does what you want. Look at a QueryAll pageConfiguration to see it. > And is there an existing query component that does a query that is not based > on an EOQualifier i.e. a lucene search? There is a lucene adaptor in wonder that Anjo wrote. I've run the example. It appears to work. If you model your lucene storage and connect to it with the adaptor, then I suspect, it should work just like any other EO for queries. There's also a solr adaptor out there, but it never made it out of tbritt's wonder fork. You can find it at https://github.com/tbritt/wonder Additionally, there's the ERIndexing framework which preceded the lucene adaptor. David LeBer did a demo on it at WOWODC 2010. You can watch the presentation at http://www.wocommunity.org/podcasts/wowodc/2010/Lucene.mov His TextSearchDemo code is available on the WOCommunity github repo here https://github.com/wocommunity/WOWODC-2010/tree/master/TextSearchDemo Ramsey > > Thanks in advance, > > Johnny > > > Aloha, > Mr. Johnny Miller > Web Development Manager > Kahalawai Media Company > Lahaina, HI 96761 > tel: (808) 661-7962 | mobile: (808) 283-0791 > website | e-mail > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
