1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00
docs/basics/sets-and-collections
Mikhail Yatsenko ec70447e33
Update collections.md
Fixed the typo. Removed the duplicate "where"
2024-10-07 15:07:54 +03:00
..
collections.md Update collections.md 2024-10-07 15:07:54 +03:00
README.md GITBOOK-502: Sidebar updates 2024-05-22 10:18:05 +00:00
sets.md GITBOOK-513: 0.41.0 2024-06-13 08:22:43 +00:00
views.md GITBOOK-473: Various improvements 2024-04-18 09:45:47 +00:00

Sets & Collections

sets.md and collections.md are very similar in their appearance and layout, however they function somewhat differently.

For instance, the views.md, filters and sorts all work mostly the same, but the way you choose which objects will be shown inside the set / collection is very different. Sets use queries which automatically fetch objects, while collections depend on linking the objects manually.