Hello, Am very happy with this great module but i was wondering how the search result parameters can be changed so that the results are only shown if all the search criteria are fulfilled instead of any criteria.

Eg Results shown if criteria1 + criteria2 + criteria3 match rather than criteria1 or criteria2 or criteria3

I have seen the "all" and "any" buttons on the settings page and i have set my option to "all" but i still get a search listing with "any" criteria.´from a list.

Have i found a bug or is this not possible ?????

I am using Drupal 6.4 with Taxonomy Browser 6x14 and node type filter.

Thanks

Comments

Village Internet’s picture

I have the same results: all searches are 'any' even if 'all' is selected

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Postponed (maintainer needs more info)

I am unable to reproduce this. What version of PHP are you using? Are you selecting criteria from the same vocabulary, or different ones?

Gerben Zaagsma’s picture

I have the same issue on Drupal 6.4. Below is some technical info on the site server.
I select criteria from different vocabularies. If I remember well this worked correctly on 6.3 but nothing more I can add. Hope this helps, Gerben.

MySQL database 5.0.51a
PHP 5.2.4-2ubuntu5.3
PHP memory limit 128M
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Web server UFCGI 0.1

Gerben Zaagsma’s picture

This is not related to Taxonomy Browser but to the taxonomy term view in the Views module that seems unable to deal with multiple terms. Are any other people who posted here also experiencing this with Views? When I disable Views all works fine.

I have posted the issue on the Views module support queue: http://drupal.org/node/311706

Gerben

Gerben Zaagsma’s picture

This is the solution (see also here: http://drupal.org/node/311706) in Views:

Go to taxonomy term view: remove the "Taxonomy: Term ID (with depth)" argument as well as the "Taxonomy: Term ID depth modifier" argument and replace it with a "Taxonomy: Term ID" argument.

(one extra thing to note: in the configuration of the argument you have to fill in "%1" in the title field to make sure the taxonomy terms are displayed on top of the page)

Gerben

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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