When I click on a node type - the URL at the type reflects what I am hoping to search for... e.g. XXX/?q=taxonomy_browser/flexinode-1... And if I click on the vocabulary term, select the Items containing ALL terms radio button, and hit search, it does NOT limit it by content type.

Is there a setting that would prohibit this?

Thanks...

Comments

dan90@drupal.org’s picture

Indeed. If I try to restrict search by content type (flexinode-1, which I have named 'business listing') I get the error

Business listing has no associated categories. Showing all categories instead.

and this in the error log:

user error: Unknown column 'nodes' in 'where clause'
query: SELECT COUNT(vid) FROM vocabulary WHERE nodes LIKE '%flexinode-1%' AND vid = '3' in /Library/WebServer/Documents/FTA/includes/database.mysql.inc on line 66.

In fact the terms in taxonomy brower are precisely the terms which are required categories for that node type.

Can anyone else report similar behaviour?

moshe weitzman’s picture

requires node_type_filter and the version of taxonomY_browser that i am about to commit

Anonymous’s picture