Project

General

Profile

« Previous | Next » 

Revision 72209166

Added by Adam Ruzicka about 4 years ago

Fixes #29447 - Build more efficient taxonomy search for filters

If a filter supported taxonomy filtering and the role had many taxonomies
assigned then the resulting search query consisted of many id comparisons joined
together with ORs. This commit generates more efficient query by performing the
search as id IN (...).

  • added
  • modified
  • copied
  • renamed
  • deleted