Fulltext search and order by relevancy? and score based on first predicate1 then predicate2?

hi,

is this functionality in place?
anyway we could do a

alloftext(name, $search) OR alloftext(description, $search)

and then sort it by ranked priority on name, then only description relevancy score?

thank you

The alloftext(name, $search) should work (1.0.11-rc4). The other two depend on your query. Paste an example of what you’re trying to do.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.