Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AA15 Posted May 5, 2020 Posted May 5, 2020 (edited) How can search be set to bring back content ONLY with multiple tags? By this I mean, lets say I have 50 images tagged "Italian food" and 25 images tagged "american food". Of those, 3 are tagged "Italian food" AND "american food". When searching, what settings do I need to update so search brings back those 3 tagged "Italian food" AND "american food" rather than bringing back all the images tagged with just one of those two tags (in this case it would be a total of 72 results)? Edited May 5, 2020 by AA15 BomAle 1
BomAle Posted May 7, 2020 Posted May 7, 2020 currently tags are defined into where clause with "IN" operator //system/Content/Search/Mysql/Query.php:865 $tagWhere = array( $itemsOnlyTagSearch . \IPS\Db::i()->in( 'index_item_index_id', $tagIds ) ); I think this issue should be exposed into feedback forum for improve search filtering for future release AA15 and Joel R 2
Recommended Posts