Bug #2422
Incorrect working of search by location functionality
Start date:
March 29, 2016
Due date:
% Done:
0%
Estimated time:
Description
For example I have the following locations:
USA
USA/New-York
USA/New-York/New-York
USA/New-York/New-York/District
At this moment, search by location functionality is working in the following way:
If I try to find the venue that's assigned to the USA/New-York location, it will be found in these locations:
USA/New-York
USA/New-York/New-York
BUT this venue will not be found in these locations:
USA
USA/New-York/New-York/District
I.e. search by location tried to find venues in selected location and its children (but it must find venues in all the children of children and etc.)