- CQL is made of queries within queries. For example, you might do a search for "Person cards with +employee cards that link to Banana Computers". This CQL would include a query for "cards that link to Banana Computers". Often, it's best to build your CQL from the inside out. In our example, you would first try to get a query that returns "cards that link to Banana Computers". Once that works you move on to the rest of the query.
- There are two main ways of creating lists on Decko: by Pointers, in which users create lists manually, and by Searches which use CQL to find cards dynamically.
- See the "set item views" section of the nesting card to learn how to configure presentation of search results.