Jump to content


Issue information

  • #035042

  • Fixed

  • 2.5.0

  • 2.5.1

  • 2 - Fair


Issue Confirmations

  • Yes (0)No (0)
Photo

Tag search returns result IDs from other apps

Posted by on 12 December 2011 - 08:00 PM

/admin/applications_addon/ips/downloads/extensions/search/engines/sql.php

$tags	= $this->registry->downloadsTags->search( $search_tags, array() );

should be;

$tags	= $this->registry->downloadsTags->search( $search_tags, array('meta_app' => 'downloads', 'meta_area' => 'files') );

changed status to: Confirmed - General

Not tested/verified

I assume the symptom is that you get search results that don't actually have the tag applied to it?


Yes, precisely. The results returned have corresponding IDs in other application items that *are* tagged with the tag being searched for.


changed status to: Fixed
changed fixed-in version to: 2.5.1





1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users