+ |
+
This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.
@@ -116,11 +146,10 @@ So, what will we be searching in the future? We probably won't ask "What's in th
Internal Name | Attribute type |
-
-DVDdb:title | text |
-DVDdb:genre | text |
-DVDdb:cast | text |
-DVDdb:rating | int-32 |
+DVDdb:title | text |
+DVDdb:genre | text |
+DVDdb:cast | text |
+DVDdb:rating | int-32 |
To index them, we open a Terminal and simply add one attribute after the other:
mkindex -t string DVDdb:title
@@ -150,7 +179,23 @@ Open the folder containing your DVDdb files and arrange the attributes how you'd
- |
-