You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, 25 documents are returned, which is fine, but the panel on the left only displays 25 collections, so you have to go back to the listing page, search for the collection you want to go to, and click on it. Or have a pagnination in this panel?
You're definitely on the right track. The sub navigation only returns 25 because that's the default limit. The related code that fetches the collections for the sub-navigation, however, is here:
stnguyen90
changed the title
🐛 Bug Report: left panel list all collections - show all
🐛 Bug Report: Collections sub-navigation only shows 25
Sep 23, 2024
👟 Reproduction steps
By default, 25 documents are returned, which is fine, but the panel on the left only displays 25 collections, so you have to go back to the listing page, search for the collection you want to go to, and click on it. Or have a pagnination in this panel?
This code call this function without limit queries
👍 Expected behavior
Since the left-hand panel is sorted alphabetically, I think it would be interesting to have all the collections here.
👎 Actual Behavior
Only 25, sorted in descending order of creation
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: