I have an array of objects, and in the object I have an element {url:"that happens to have the word search in it"}
, so when filtering if you type "arch", this link field doesn't allow for filtering as one would expect for the rest of objects.
It's a pretty big object and I would like to search all of it, I just want to exclude the url element. I can't remove it, as it pertains to a link used in the ng-repeat. I also have a location search that I probably need to reevaluate in order to create a filter function that handles both.
Any help would much appreciated thanks.