BloodThermicOriginal post
Rank 3: Container
How to search list collections? I have tired using a sting of text I just keep getting server error as my error.
Plain text
"648aace70b49cf3fe136", Query.search("name", `${accountId}`) );```Summary
To search list collections, use the "search" parameter instead of queries. In your code, make sure to replace the "name" field with the desired field you want to search in. Also, ensure that the value you pass into the search function is a string. If you're getting a "server error," double-check your code for any mistakes or try troubleshooting the issue with your server.