Hi, I would like to implement an advanced search in magnolia and i assume that would involve querying using the underlying jackrabbit or lucene api. Now obviously the data is not sored in the same manner as in magnolia, and I have seen from the dev-search example how to query using jackrabbit " SELECT * FROM nt:base where jcr:path like '/%' and title like '%' " . This is great for title, but how do i go about searching on other custom attributes in lucene or in jackrabbit?
Thanks -- View this message in context: http://www.nabble.com/Magnolia-Searching-tf3432219.html#a9567948 Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
