Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2007 at 23:35 UTC
Updated:
29 Jul 2014 at 17:37 UTC
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.
Comments
Comment #1
robertdouglass commentedComment #2
David Lesieur commentedhttp://drupal.org/node/256792 will make it easy to implement a hook in user module (or a contrib module) for doing this.
Comment #3
jhodgdonThis did not make it into Drupal 7 by the feature request deadline, so moving to Drupal 8.
Comment #4
jhodgdonActually, the author part of this is is a duplicate of
#233476: Add search by node creation date and the author
The "posted in" feature sounds like taxonomy (which you could do in Drupal 6 advanced search, but it has been removed from Drupal 7).
It would also be interesting for core search to allow searching by fields (which are now in core)... so I'll leave this open as a feature request for that. Please discuss author searching on that other issue.
Comment #5
pwolanin commentedfilter by author is now in core for 8.x
All these should work, even if they are not in the form by default.
Probably this issue should be to add the author to the form as an autocomplete, or more generally make that form useful if we are not going to rip it out all together.
Comment #6
jhodgdonShould we consolidate this issue with one or more of these issues?
#233476: Add search by node creation date and the author
#256792: Figure out how to allow advanced search operands (alongside type:, category:)
#111744: Add configuration to exclude node types from search indexing
#278958: Advanced search form has usability issues
Comment #7
klonosI think we should postpone this on #2083717: Convert Search Results to Views (or close it as a duplicate or even make the other issue a META and this one one of its sub-issues).
Comment #8
jhodgdonI'm going to close this issue as a duplicate of #256792: Figure out how to allow advanced search operands (alongside type:, category:)