Re: [symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-05 Thread Ricardo Jose Guzman Milanes
Hello Gabriel So it is something like this?: ? adminsActions::getFunction(); ? ? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To

[symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-05 Thread pghoratiu
Hi! Sorry but this does not make too much sense to me. You need to get an instance of the Zend Lucene class, assuming you did everything as explained in the Jobeet tutorial: http://www.symfony-project.org/jobeet/1_4/Propel/en/17 $index = JobeetJobPeer::getLuceneIndex(); and then you do

Re: [symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-05 Thread Ricardo Jose Guzman Milanes
Thanks Gabriel! I finally understood your point. Thanks for your help! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-04 Thread pghoratiu
You can change the sort order from score to whatever column you have indexed, see more here: http://zendframework.com/manual/en/zend.search.lucene.searching.html look for Search Result Sorting. gabriel On Jul 4, 9:30 pm, Ricardo Jose Guzman Milanes guzman.ricardoj...@gmail.com wrote: Hello

Re: [symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-04 Thread Ricardo Jose Guzman Milanes
Thanks for the link Gabriel! But, how can I call that from the templates? Thanks! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] Re: Having multiple queries with Lucene in nameTable.Class.php

2010-07-04 Thread pghoratiu
The same way you do it in the action. Actually putting controller code in the view is not recommended, better use a component or something else for this. gabriel On Jul 5, 1:13 am, Ricardo Jose Guzman Milanes guzman.ricardoj...@gmail.com wrote: Thanks for the link Gabriel! But, how can I