aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/structured_page_data.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-04 15:48:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-04 15:48:56 -0400
commit46676639c2d8d3b4491d45785f69adf79cbcb7b0 (patch)
treea832b4dcb0a1d2e59250ba8571d62d2cd8a9460b /doc/todo/structured_page_data.mdwn
parent500a19baaaddcd9a3a98a1c1716233df7c9013b7 (diff)
downloadikiwiki-46676639c2d8d3b4491d45785f69adf79cbcb7b0.tar
ikiwiki-46676639c2d8d3b4491d45785f69adf79cbcb7b0.tar.gz
update
Diffstat (limited to 'doc/todo/structured_page_data.mdwn')
-rw-r--r--doc/todo/structured_page_data.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn
index 7723daba7..524bdb8dd 100644
--- a/doc/todo/structured_page_data.mdwn
+++ b/doc/todo/structured_page_data.mdwn
@@ -55,3 +55,13 @@ It would be nice if the type implementation code could just use
FormBuilder, since its automatic form generation, and nice field validation
model is a perfect match for structured data. But this problem with
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.
+* The search plugin could allow searching for specific fields with specific
+ content. (xapian term search is a good fit).
+
+See also:
+
+[[tracking_bugs_with_dependencies]]