symfony-cmf / search-bundle

UNMAINTAINED - search Bundle for the Symfony CMF project integrating with LiipSearchBundle
http://cmf.symfony.com/
8 stars 10 forks source link

use odm query builder #2

Open dbu opened 11 years ago

dbu commented 11 years ago

with the phpcr-odm query builder, i had to update this bundle a bit to still work: 567027cdf620543889c54a4de8461a28b448227d

once the phpcr-odm querybuilder can do all we need here, we should switch.

/cc @dantleech

dantleech commented 11 years ago

I think the ODM QB can do all that, maybe with the exception of Comparison($qf->nodeName('[nt:unstructured']'), '=', $qf->literan('php...locale...') on the last line of the buildQuery method, not sure what that does.

lsmith77 commented 10 years ago

removing the 1.0 milestone