In lieu of additional responses, if you want to search just the Name field, for an exact term, you can use an expression search:
[=regex([Name], \bCAR\b)]=1
Replace CAR with the exact word you want, and paste the expression into the search box. The expression as written is case-insensitive, but can be modify to honor case.