Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-26308

Default query suggested in the "NXQL Search" menu is not up to date

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Duplicate
    • Affects Version/s: 10.2
    • Fix Version/s: None
    • Component/s: Web UI

      Description

      Steps to reproduce:

      • Install Nuxeo 10.2
      • Log in as Administrator
      • Browse to Administration > NXQL Search
      • The query suggested looks like this:
        SELECT * FROM Document WHERE ecm:mixinType != 'HiddenInNavigation' AND ecm:isProxy = 0 AND ecm:isVersion = 0 AND ecm:currentLifeCycleState != 'deleted'
        

      The default query must be replaced by:

      SELECT * FROM Document WHERE ecm:mixinType != 'HiddenInNavigation' AND ecm:isProxy = 0 AND ecm:isVersion = 0 AND ecm:isTrashed = 0
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: