Open azoom-keishi-ichida opened 7 months ago
I understood from the following code that searching with all is not possible in PostgreSQL. When will all be available in PostgreSQL, and are there any plans for it? Also, are there any other methods to achieve the same behavior as all?
Link to reproduction
No response
Describe the Bug
Hello,
I'm using PostgreSQL and have set up tables for images and tags with a many-to-many relationship. When trying to fetch images related to multiple tags, I encountered an issue with a specific query parameter not behaving as expected in the REST API endpoint.
http://localhost:3000/api/images?where[tags.title][all]=hugahuga,hogehoge
I noticed that [all] is not functioning properly, while [in] works correctly in the given context.
I would appreciate any insights or advice on resolving this issue. I'm looking for guidance on how to make [all] function as intended.
Your support in troubleshooting this would be greatly appreciated. Thank you in advance for any assistance you can provide.
To Reproduce
1.0.0
Adapters and Plugins
No response