Ability to filter by node title
iikka - February 23, 2009 - 16:58
| Project: | Content Management Filter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
It would be useful to have another filter called "node title" that allows user to type in a text string. The results of the filtering would display all the nodes that contain that string in their titles.
| Attachment | Size |
|---|---|
| cmf_node_title.png | 9.17 KB |

#1
Agree with you. Such a field would be an useful improvement to this module, which is already better than the standard admin/content/node page.
If someone does it, please do not forget 5.x version!
#2
+1
@iikka: did you have a complete patch from that screenshot?
#3
I have this working. Let me roll everything in #517880: Coding standards into a 6.x version and this change into the 5.x version and I will post the complete patch in that issue.
#4
Committed to both -dev versions.
#5
Included in new release.
#6
It's possible to add an option that make the node title search field using autocomlete? Like the user name? But it should be an "on/off" option, because on large site it might have big impact on DB...
#7
Actually that's what I first did, but then you end up retrieving a single node and that's not terribly useful.