Back

Not Equal Query Not Working

  • 0
  • Databases
  • Flutter
Nikunj Panchal 🌿
26 May, 2023, 05:51

i want to fetch the data that contains this techId

TypeScript
    collectionId: '646f01b4bb666a8518c1',
    databaseId: '646f0164d40a9ea03541',
    queries: [
        'tech_id' , id
     ]
 );```

Error : Attribute 'tech_id' Not found.
TL;DR
The user is having trouble with their query syntax. They are using the incorrect format and need to use the provided query helpers. The error they are receiving is "Attribute 'tech_id' Not found."
Ketan Saraf
26 May, 2023, 07:35
Nikunj Panchal 🌿
26 May, 2023, 08:18

its not working Properly

Christy Jacob
26 May, 2023, 09:58

this is not the right syntax for queries. You need to use the link shared above and use the provided query helpers like Query.equal('tech_id', id)

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more