Restrict searches by author
webchick - May 14, 2007 - 23:35
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | search.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Two things I really love about project module's advanced search are the ability to restrict results by either "Authored by" or "Posted in"... it'd be cool if the core search module could do this as well.
I imagine "posted in" could be problematic from a performance standpoint, but it seems like "Authored by" might be pretty easy.

#1
#2
http://drupal.org/node/256792 will make it easy to implement a hook in user module (or a contrib module) for doing this.