Your table does not have the variable AV that you referenced in the expression using the CONTAINS keyword/function. I suspect you meant to use the string 'AV' instead.
You should use the FINDW() function instead of using CONTAINS to avoid changing part of name that just happens to have AV in it. For example "BRAVO STREET".
Or perhaps look at using regular expressions.
PS: Please post text, such as code or LOG lines, as text and not pictures. You can use the Insert Code button to get a pop-up window where you can paste or edit the text.