Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2006 at 15:23 UTC
Updated:
29 Jul 2014 at 17:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
anantagati commentedI make new feature for ability to choose if you want to show freetags vocabularies in advanced search in category filter.
insert this code to node.php (v 1.641.2.12 2006/07/26) on line 612:
and after change this line under function node_form_alter($form_id, &$form):
to this:
if ($taxonomy = module_invoke('taxonomy', 'form_all', variable_get('show_freetags_vocabulary', true))) {
After change there is one more checkbox under settings/search which you can check/uncheck to choose if you want to show freetags vocabularies on categery filter.
Comment #2
anantagati commentedI make new feature for ability to choose if you want to show freetags vocabularies in advanced search in category filter.
insert this code to node.php (v 1.641.2.12 2006/07/26) on line 612:
and after change this line under function node_form_alter($form_id, &$form):
to this:
if ($taxonomy = module_invoke('taxonomy', 'form_all', variable_get('show_freetags_vocabulary', true))) {
After change there is one more checkbox under settings/search which you can check/uncheck to choose if you want to show freetags vocabularies on categery filter.
Comment #3
anantagati commentedComment #4
killes@www.drop.org commentedfeatures go into CVS version
Comment #5
Jaza commentedA few bits of feedback:
Comment #6
anantagati commentedComment #7
marcingy commentedBumping version
Comment #8
jhodgdonThis issue and #42466: Optional Exclusion of Taxonomy Vocabulary from Advanced Search are duplicates of each other. I'm closing that other one and leaving this one open.
Comment #9
jhodgdonComment #10
jhodgdonRelated request (I don't think it's a duplicate, but it is related):
#42092: Provide a autocomplete selection box on advanced search
Comment #11
jhodgdonActually, taxonomy searching has completely been eliminated in Drupal 7, so this issue has gone away.
See #144043: Allow searching by fields and taxonomy
Comment #12
jschrab commentedFor those of us that are dependent on the D6 "filter by taxonomy term/category" feature, what is the current Plan B when using D7? The Content Management Filter module doesn't have a D7 version yet (or hasn't since I last checked).