Currently it is possible to search for node titles.

It would be great if the user could define wildcards: Chapter* to get 'Chapter 1', 'Chapter 2', etc.

This would not be too difficult to accomplish, as the module is using a (standard) view to show the content.

(I am aware that the module already uses 'Contains', but often this results in many false positives).

Comments

damiankloip’s picture

Status: Active » Needs review
StatusFileSize
new1.23 KB

Well, we could just expose the title operator then you could choose how you want to match.

jvdkolk’s picture

Please forgive me my ignorance, but how this supposed to work?

damiankloip’s picture

You choose the type of matching you want to do on the exposed filter, so with this patch you could choose 'Regular expression' and then use a regex as the exposed filter value.

jvdkolk’s picture

Mmm... I do not see any extra form element to select the type of matching. Maybe that is why I got confused :)

damiankloip’s picture

If you apply the patch and your view isn't overridden you will see it.

damiankloip’s picture

Issue summary: View changes

Explanation added

chris matthews’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

The 5 year old patch to node.admin-content.inc applied cleanly to the latest 7.x-1.x-dev and works great for me, love the idea!

chris matthews’s picture

damienmckenna’s picture

StatusFileSize
new864 bytes

Rerolled, and I removed the remembered_roles.

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thank you.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.