Project

General

Profile

Actions

Bug #7052

closed

Userlist OR cases brackets in wrong place

Added by krileon about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
27 February 2018
Due date:
% Done:

100%

Estimated time:

Description

If using a multi-checkbox the OR case is not contained in brackets properly (wrong place) causing additional search criteria to be incorrectly added.

Current:
( ( ( ue.`cb_checkboxmultiple` LIKE '%Value 1%' ) OR (ue.`cb_checkboxmultiple` LIKE '%Value 5%' ) AND ue.`cb_dropdownmultiple` LIKE '%Value 1%' ) )

Correct:
( ( ue.`cb_checkboxmultiple` LIKE '%Value 1%' OR ue.`cb_checkboxmultiple` LIKE '%Value 5%' ) AND ue.`cb_dropdownmultiple` LIKE '%Value 1%' )

https://www.joomlapolis.com/forum/255-developer-members-support/238641-search-not-working-properly#302359

Actions #1

Updated by krileon about 6 years ago

  • Description updated (diff)
  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !1317

Actions #2

Updated by beat about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF