FindServiceByNameQuery doesn't obey findQualifiers
Status: Beta
Brought to you by:
sviens
It seems that find_service should follow the same rules
as find_business with respect to names and
findQualifiers. However, FindBusinessByNameQuery
implements the logic correctly, whereas
FindServiceByNameQuery doesn't.
It seems that they both should have the same logic in
appendWhere() with repect to names and qualifiers.
Marcel