aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/structured_page_data.mdwn
diff options
context:
space:
mode:
authorJoshTriplett <JoshTriplett@web>2008-09-08 16:47:40 -0400
committerJoey Hess <joey@kitenet.net>2008-09-08 16:47:40 -0400
commit944ab58598462355506e637320597180bf3b6fe7 (patch)
tree4d15b5f0bd3bf81e9418996c6b46142bc9575758 /doc/todo/structured_page_data.mdwn
parent94bd69c9b66f0871cdf31ce98a9218c5d9d6fc02 (diff)
downloadikiwiki-944ab58598462355506e637320597180bf3b6fe7.tar
ikiwiki-944ab58598462355506e637320597180bf3b6fe7.tar.gz
Add details on field pagespecs.
Diffstat (limited to 'doc/todo/structured_page_data.mdwn')
-rw-r--r--doc/todo/structured_page_data.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn
index 16d51f925..bb23cfaa8 100644
--- a/doc/todo/structured_page_data.mdwn
+++ b/doc/todo/structured_page_data.mdwn
@@ -59,6 +59,10 @@ editpage.tmpl would have to be sorted out to allow that.
Additional tie-ins:
* Pagespecs that can select pages with a field with a given value, etc.
+ This should use a pagespec function like field(fieldname, value). The
+ semantics of this will depend on the type of the field; text fields will
+ match value against the text, and link fields will check for a link
+ matching the pagespec value.
* The search plugin could allow searching for specific fields with specific
content. (xapian term search is a good fit).