Closed (duplicate)
Project:
Drupal.org Redesign
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Feb 2009 at 11:40 UTC
Updated:
22 Jan 2010 at 16:48 UTC
See the Articles section on http://drupal.markboultondesign.com/iteration11/documentation_index.html.
I don't see how it would scale with the number of book pages we have, neither do I understand how people would be able to find anything by title. A lot of titles start with 'A', 'The' or other stop words. It might be more useful to go with an actual keyword based index and do something like a tag cloud? Anyway, I've added this Questions for Mark Boulton and Theme TODO and style guide changes/questions.
For example:
mysql> select count(*) from node where type = 'book' and title like 'A%';
+----------+
| count(*) |
+----------+
| 348 |
+----------+
1 row in set (0.04 sec)
mysql> select count(*) from node where type = 'book' and title like 'D%';
+----------+
| count(*) |
+----------+
| 362 |
+----------+
Comments
Comment #1
lisarex commentedMoving to the Redesign project. Check here to see who it has been assigned to and what staging server it'll live on during implementation: http://groups.drupal.org/node/37064
Comment #2
lisarex commentedMoving to section-specific component
Comment #3
Amazon commentedI am going to move this as a duplicate of this one.
There is an implementation discussion here: http://drupal.org/node/665722