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

Comments

dibyajyoti.mallick created an issue. See original summary.

dibyajyoti.mallick’s picture

Assigned: dibyajyoti.mallick » Unassigned
cvikir’s picture

Hello 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]

cvikir’s picture

Status: Active » Needs review
tassilogroeper’s picture

+1 works for me

nikita_tt’s picture

For Core version 8.8.2.

dakala’s picture

Title: Country search filter not wrking » Country search filter not working
dakala’s picture

@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.

  • dakala committed 6b6e70a on 8.x-1.x authored by nikita_tt
    Issue #3011434 by cvikir, nikita_tt: Country search filter not working
    
dakala’s picture

Status: Needs review » Fixed
dakala’s picture

Status: Fixed » Closed (fixed)