Showdey
If i want to use an index which is created like the one in the photo below, how can i point to that index? If I will do something like this:
TypeScript
Query.search("search", "something")
I get an error:
TypeScript
Invalid query: Attribute not found in schema: name city
TL;DR
Developers are experiencing an error when trying to use a specific index for full-text search with multiple attributes in SvelteKIT. They are trying to point to the index using `Query.search("search", "something")`, but are getting an "Invalid query: Attribute not found in schema: name city" error. They are looking for guidance on how to resolve this issue and successfully use the index.
Solution: The error message suggests that there might be an issue with the attributes `name` and `city` in the schema. Developers should check the schema definition to ensure that the attributes are correctly defined. It's also important to make sure Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...