Hi Alexandre,

Alexandre Martins wrote:
I need search something (full-text) in several workspaces, but i have a
problem. What a best way to perform this? Because i concat the results.
However, the last workspace will be their results in the end of my
collection. Make a sorting by jcr:score could be a good way?

I'd say this depends on the query and the order by clause. You should do a merge sort on whatever column/property you have in the order by clause of the query.

regards
 marcel

Reply via email to