marellocommerce / marello

Marello
Other
52 stars 18 forks source link

API Errors #57

Open bobbrodie opened 5 years ago

bobbrodie commented 5 years ago

There are various parts of the API that return the same error:

{
  "errors": [
    {
      "status": "400",
      "title": "filter constraint",
      "detail": "The filter is not supported.",
      "source": {
        "parameter": "q"
      }
    }
  ]
}

Two places we've observed this are:

  1. When you go to Admin > Reports & Segments > Manage Segments
  2. In /api/doc#get--api-marelloproducts
24198 commented 5 years ago

Hi @bobbrodie,

Thank you for reporting. We were not able to verify/reproduce the issue specifically, could please add some more information on how to reproduce this error? Some information which might be useful to reproduce is the version of Marello; does it have custom code in Marello instance; is Marello installed with another Oro product (OroCommerce, OroCRM). Thanks!

When navigating to the Admin > Reports & Segments > Manage Segments section of the application and creating a segment with the Product entity, we do no have the same results. Meaning we do not see this issue appear nor do we see this appear in the API call you mentioned.

Kind Regards,

Jaimy Casteleijn