Uploaded image for project: 'Periscope'
  1. Periscope
  2. MGNLPER-129

JcrSearchResultSupplier ignores root path if fulltext search is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.2
    • 1.1.1
    • None
    • UI Framework 20
    • 3

      The query looks like:

      SELECT * FROM [nt:base] AS t WHERE ((lower(LOCALNAME()) LIKE '%hiddenapps%' AND ISDESCENDANTNODE('/modules/multisite/config/sites')) AND (t.[jcr:primaryType] = 'mgnl:content' OR t.[jcr:primaryType] = 'mgnl:contentNode') OR CONTAINS(t., '*hiddenapps'))

      Whereas it should be rather:

      SELECT * FROM [nt:base] AS t WHERE (((lower(LOCALNAME()) LIKE '%hiddena%' OR CONTAINS(t., '*hiddenapps')) AND ISDESCENDANTNODE('/modules/multisite/config/sites')) AND (t.[jcr:primaryType] = 'mgnl:content' OR t.[jcr:primaryType] = 'mgnl:contentNode'))

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Time Spent - 5.45h Remaining Estimate - 20m
                    20m
                    Logged:
                    Time Spent - 5.45h Remaining Estimate - 20m
                    5.45h