List of atributes in zammad

Hello, is there a list of atributes like state.name, customer.firstname etc…
Somwhere on github or anything like that?
and also is there anything related to elasticsearch besides the documentation on official zammad site.

root> zammad run rails r "pp Ticket.find(999).search_index_attribute_lookup"

You can run this command replace 999 with a ticket-id of your system. Alternatively you could also look into your elasticsearch index.

Regarding documentation we have this here: List of Indexed Attributes — Zammad System Documentation documentation

For query features of ES I like to recommend this page, since there is not much information: Query string query | Reference

1 Like

I believe I read an issue where the es index list is going to be removed from the documentation. Not entirely sure though.

I‘d suggest the variable documentation instead, most if that stuff also appears in the index

The question would be what the actual use case / problem is.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.