Searches and Performance

Hi guys,

Lately I’ve been developing an application that does “advanced” searches, I’d like your opinions
I have a reusable element that contains an external Repeating Group and another internal Repeating Group

I do a search in the first one to divide it into “Labels” and the second one does a search for taks’s, but to optimize this search and not leave something gigantic I do a search for task’s outside the repeating group and use it as a variable in the second repeating group something like “Variable Task:Filtered Merge With Variable Task:Filtered”.

In my head, in this case I am just doing a general search outside the repeating group and inside it I am just filtering the results that I searched for only once.

Is my analysis correct? Or does this :filtered and Merge with that I use within the innermost repeating group generate some new type of search?

This topic was automatically closed after 69 days. New replies are no longer allowed.