Uploaded image for project: 'Magnolia REST Framework'
  1. Magnolia REST Framework
  2. MGNLREST-699

NorsuDelivery - return all items which have a certain value in a multifield

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • None

      On Norsu Delivery Endpoint - 

      How to return all items which have a certain value in a certain multifield with Delivery Endpoint?

      For example: I want get a list of all tours which have the tourType “active”. tourType is a multi-field.

      On JCR delivery endpoint I can request it with a filter like:

      https://demopublic.magnolia-cms.com/.rest/delivery/tours/v1/?tourTypes=eaf9a648-fae1-48ae-a293-69bed874f159&lang=en

      This does not work on Norsu delivery endpoint.

      https://delivery-preview.saas.magnolia-cloud.com/delivery/recommendations/v1/?subid_token=oktjo3cqkitv325y&genres=98396d5d-587b-4d6f-a78b-4c1482bd4cab

       

      Workaround:

      Use a full text search
      https://delivery-preview.saas.magnolia-cloud.com/delivery/recommendations/v1/?subid_token=oktjo3cqkitv325y&q=98396d5d-587b-4d6f-a78b-4c1482bd4cab

        Acceptance criteria

              Unassigned Unassigned
              czimmermann Christopher Zimmermann
              DeveloperX
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Task DoD