Indexed column query
Hi,
I'm looking for some additional info on the use of indexed columns in collections. If I have an indexed column 'question', can I query on the index? How?
Thanks in advance,
Koen
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
I'm looking for some additional info on the use of indexed columns in collections. If I have an indexed column 'question', can I query on the index? How?
Thanks in advance,
Koen
Hello Koen,
Hope this link will be useful: https://getsatisfaction.com/apperyio/...
Hi Evgene,
Thanks for sharing the link. To make sure I understood, please consider the following situation:
A collection with a column 'question', containing 10 questions
If I want to be able to query the 6th question, I need to add a column 'question_id' to do so? The creation the column 'question_id' can not be avoided by checking the option indexed column when creating the 'question' column?
Thanks in advance for further clarification,
Cheers,
Koen
Koen,
You should create a column 'question_id' - 'indexed column' does not help to avoid the creation of this column