Remove "group by" functionality on search

XMLWordPrintable

      • The current implementation of group by space is unscalable - it basically repeats the user's search n times, with n being the number of spaces the user has permissions to see.
      • Group by type exhibits the same problem (although potentially less severe than by space), as it performs, at present, 7 searches in the background, one against each of the existing content types.
      • finally, the implementation is fundamentally wrong, as it is not grouping the results, so much as doing x number of searches proportional to number of types or spaces available.

              Assignee:
              Paul Curren
              Reporter:
              dave (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: