On the page http://dev.metronewyorkapartments.com/search.html there’s functionality that displays multiple checkbox options based on a the value selected for the field “In Metro Area”.
To understand this project you must see how it’s currently working. To do that following these simple steps.
1. Go to http://dev.metronewyorkapartments.com/search.html
2. Select “Brooklyn” for the value of “In Metro Area”
3. Click the search button.
2 results will be displayed.
4. Now go back to http://dev.metronewyorkapartments.com/search.html
5. Select “Brooklyn” for the value of “In Metro Area”
6. Select “Bay Ridge” and “Bed-Stuy” for the checkbox options.
7. Click the search button.
0 results are displayed.
The program should return 2 values and my guess is that the sql should be tweaked to use an OR condition or an IN condition.
This project is to tweak the sql in the code so multiple checkbox values show all listings meeting either criteria.
You must be familiar with 68 Classifieds and fluent in reading PHP to do this.