sehjad ansariOriginal post
Rank 1: Thread
I have crated attributes index on cloud and then try to use a this query "?queries[]=limit(100)&queries[]=equal("core_slug", ["handynation"])" but this is not working any thing wrong here
Thanks
Summary
Title: [SOLVED] Rest API get collection api with multiple queries not working
Solution: The issue with the REST API was resolved. The user had mistakenly used the `equal` query instead of a full-text search. They provided a PHP example code that can be used to make the API call successfully. They also suggested checking with Node.js to verify if it works.