Rank 3: Container
yes i know about it, but for Queries page there is no such otption
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
yes i know about it, but for Queries page there is no such otption
Rank 3: Container
ok, just a minute
It’s a little old though
Rank 3: Container
see
I meant a picture of this
Rank 3: Container
ok
Rank 3: Container
here its
Rank 3: Container
from last 10 minute
Admin
give it another 20 minutes
Rank 3: Container
why?
Admin
database is busy at the moment
Moderator
So database distributes "power" within all users?
Admin
yes?
Rank 3: Container
have small doubt like if appwrite upgraded the cloud version then my app will give error because in newer version it does not accept double value nor indexing is needed, so how can i handle this( in production mode updating takes time )
Admin
sorry i don't understand
Rank 3: Container
have a slight concern. If the cloud version of Appwrite is upgraded, my app might encounter an error. This is because the newer version doesn't accept double values and indexing is no longer required. How can I manage this situation considering that updating in production mode takes time?
Admin
what do you mean newer version doesn't accept double values?
Rank 3: Container
talking about this line of code Query.lessThan('totalQuantity',20.00),
Rank 3: Container
previously using this line of code like this Query.lessThan('totalQuantity',20),
Admin
is totalQuantity an int?
Rank 3: Container
its an double
Admin
there shouldn't be a problem with Query.lessThan('totalQuantity',20.00) at all so im not sure where the problem is
Rank 3: Container
yes its working after creating index in appwrite console, but what if appwrite team migrate appwrite cloud from 1.1 to 1.3 , will this line of code work fine.
Admin
yes, it's fine to have an index. it's actually encouraged to have an index