How can I access the tagLine or other attribute of a service to make a filter using Repeaters?

I have a form to display services within my page, using the "serviceName" key there is no problem, but when trying to use another property of the service like "tagLine", it always throws an error.

In the following image I can find a service with the filter that I have created, but I can only do it with "serviceName", I would like to access any other attribute.

this is the error code when I use another key of a different attribute:
Error: WDE0053: Internal wixData error: WDE0054: The server could not fulfill the request.

In the following image I try to access the attribute with the “tagLine” key and it throws the error.

I just change the “serviceName” attribute to “tagLine” to search for a word that I have stored in the variable “start”
and this throws error… I don’t understand what I’m doing wrong.

i try to use any other attribute but i get the same error every time. just serviceName works