I want to search on multiple models and filter by a certain attribute that some models have and some do not. I want the models with the attribute to get filtered but the ones without it to just ignore it.
Currently only the models with the attribute will return results. Is there a way to make the other models return results as well by somehow ignoring the attribute filter?