Need to consider how searching will work with this module. If nodes use a display title then it would make sense that the display title is searchable. Current thoughts would be to keep it simple in the beginning. For now should at least implement the following:
- Create an advanced settings option where user can select whether or not the display title should to used in search index.
Comments
Comment #1
begun commentedModule has been integrated with Drupal core search. Indexed nodes and search results will both use the "display" title rather than the regular node "admin" title.
Note: an advanced settings option for controlling this behaviour was not added. Can always add it later if others feel it is necessary.