BrandOriented / PimcoreCiHubConnector

This bundle adds full integration between Pimcore and CI-HUB Connector. Now you can add, delete and download all assets, lock and unlock, get all versions for specified asset and much more.
https://brandoriented.io/
Other
5 stars 6 forks source link

Filters not working #26

Closed labudzinski closed 2 months ago

labudzinski commented 4 months ago

Pimcore version(s) affected

3.0.0

Description

After selecting filters, it should show assets that meet the filtering criteria and there should be no deviation from that. Currently, after selecting filters, it shows nothing. It should be possible to select more than one filter and no errors should pop up as a result. Currently, after selecting more than one filter, it pops up "GET /api/v1/assets/folder failed: Error: GET /tree-items failed: Internal Server Error (500)"

Also, no request is sent to the API, after choice any filter value.

How to reproduce

Choose a filter value in the CIHUB Plugin

Possible Solution

No response

Additional Context

No response

github-actions[bot] commented 3 months ago

Thank you for reporting this issue!

This is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.

If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the BrandOriented team.

Thank you!

wkania commented 2 months ago

The very first time Elasticsearch finds a new field whose mapping is not pre-defined inside the index, it automatically tries to guess the data type and analyzer of that field and set its default value.

@labudzinski We do not set mappings for the fields that we filter. This is the cause of why the filters sometimes do not work.