From: JoshTriplett Date: Mon, 8 Sep 2008 20:47:40 +0000 (-0400) Subject: Add details on field pagespecs. X-Git-Tag: 2.64~98 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/944ab58598462355506e637320597180bf3b6fe7?ds=inline Add details on field pagespecs. --- 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).