Thursday, July 15, 2010

Re: FULL TEXT SEARCH

You don't need to do a custom query.

Just include the following in your conditions array:
$conditions = array( 'MATCH(Post.title, Post.content) AGAINST(\'' .
$terms . '\' IN BOOLEAN MODE)' );

And be sure to setup your fields array like so:
$fields = array( 'MATCH (Post.title, Post.content) AGAINST (\'' .
$terms . '\') AS score', 'Post.id', 'Post.title', 'Post.content' );

Then execute your find query, as usual. You can use this approach
with pagination as well.

HTH.

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate