Hmm...not sure I understand what you mean. I'll try clarify a bit what I would like to have:
In addition to the standard filters, I would like to have a global filter possibility, ex:
User select some column filters and choose to apply global filter from custom dropdown value 'only team 1 in country b'. In PHP file I check this value and generate SQL for it (added to filterQuery).
That setting should be saved with the state so that the user do not have to select it manually again when loading their state and want to perform same search.
Does it make sense or is there a better way of this?