1. Go to the data editor in Glide.
2. Identify two tables, one for apples and one for colors.
3. Ensure each table has a column with identical cell values.
4. Check the apples table for a color column with text values.
5. Check the colors table for the same values listed separately.
6. Add a relation column in the apples table.
7. Name the relation column "relation to apples."
8. Set the relation to match values in the apples table color column with the colors table name column.
9. Click "match multiple" to pull in all results.
10. Create a view called colors.
11. Create a collection with the source as the relation column from colors.
12. Verify users can search for apples based on their colors.