]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight_SPARQL_map.h
Add lots of mappings and dont ignore case stuff
[netatalk.git] / etc / afpd / spotlight_SPARQL_map.h
index 1ea6736fc47f057748ea791d5b65a3845f9dcef3..2922241d5717f05e963f7f568d62c39b4a1be393 100644 (file)
@@ -24,7 +24,8 @@ enum ssm_type {
     ssmt_num,    /* a numeric value that requires a SPARQL FILTER */
     ssmt_str,    /* a string value that requieres a SPARQL FILTER */
     ssmt_fts,    /* a string value that will be queried with SPARQL 'fts:match' */
-    ssmt_date    /* date values are handled in a special map function map_daterange() */
+    ssmt_date,   /* date values are handled in a special map function map_daterange() */
+    ssmt_cnt     /* kMDItemContentType, requires special mapping */
 };
 
 struct spotlight_sparql_map {