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

Move up search document type definition in page provider descriptor

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.9.6-SNAPSHOT
    • Fix Version/s: 6.0
    • Component/s: Content Views
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      Page provider descriptors using the syntax

      <whereClause docType="foo">
      ...
      </whereClause>
      

      can now use the syntax

      <searchDocumentType>foo</searchDocumentType>
      <whereClause>
      ...
      </whereClause>
      
      Show
      Page provider descriptors using the syntax <whereClause docType= "foo" > ... </whereClause> can now use the syntax <searchDocumentType>foo</searchDocumentType> <whereClause> ... </whereClause>
    • Sprint:
      Sprint DM/Studio 5.9.6-3

      Description

      The search document type is currently attached to the where clause.
      With named parameters and aggregates, it is interesting to move out of the where clause in the page provider descriptor.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: