From: Joey Hess Date: Thu, 4 Sep 2008 19:50:23 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info X-Git-Tag: 2.63~18 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2fe3dfc9f93ffa3bedaba261cd37deb9539fa9f0?hp=53453ebdb2c6624abcbb56a2f9605fffcd326c77 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info --- diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 59756152f..3db750783 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]]