Hi,
When I add country search criteria in my page, every time showing all records. Even I print the search query in view and I found country field not append to the query list. Its very urgent please help me.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | country-country_search_filter_not_working-3011434-6-D882.patch | 2.29 KB | nikita_tt |
| #3 | 3011434-country-search-filter-not-working.patch | 1.02 KB | cvikir |
Comments
Comment #2
dibyajyoti.mallick commentedComment #3
cvikir commentedHello i think there is a problem in the filtering itself - the iteration over the array values is wrong, the array looks like this
[0 => country_code]but the iteration thinks the array looks like this[coutry_code => country_name]Comment #4
cvikir commentedComment #5
tassilogroeper commented+1 works for me
Comment #6
nikita_ttFor Core version 8.8.2.
Comment #7
dakalaComment #8
dakala@nikita_tt: Thanks for the patch. The "search" in the title and description confused me! It's the views autocomplete exposed filter that wasn't working, right? In the meantime I'll go ahead with the merge. Once again, thanks.
Comment #10
dakalaComment #11
dakala