Is there a hard limit on the size of EncodedQuery
I would like to find out when using .addEncodedQuery('Is there a char limit here?'). I am trying to limit the number of database calls by building a large encoded query and then making a single call that returns all items. Basically, instead of havin...