Filter by blank fields

Employee register > filters don’t seem to work on all fields if I want to see only fields where values are not entered (null).

For e.g., if I filter Bank A/C No. = “”, it shows me employees with no bank account numbers but the same does not work for Bank Name, Designation, etc.

https://github.com/frappe/erpnext/issues/6902

Solved by @KanchanChauhan by using ‘like’ instead of ‘equals’