Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-11399

[Hierarchical reference tables] Optimize matching contents filter

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.LATER
    • 4.6.0
    • None
    • None
    • 2 - Long term
    • 2 - Normal

      Currently, on the quick search filter of hierachical contents, we iterate on each content, then we get all values corresponding to the given view (search-filters or "title" only), then we check each matching value.

      Maybe we could optimize by testing the value at the same time we explore the view. Then we won't explore all the view if the first item match.

      See HierarchicalTableHelper._isMatchingContent(content, filterValue).

            Unassigned Unassigned
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: