Hi,I'm brand new to OSTicket, and got it set up and working fine! One capability that I would love to see though is some way to be able to craft a URL to do certain searches, especially by Agent.For example, you can build a URL for a general search - just put your name like fred+flinstone in the URL here for agent+nameosticket.montreat.edu/scp/tickets.php?a=search&query=agent+name&basic_search=SearchThis searches for all tickets and does include the ones assigned to the agent. But it would be nice to be able to search for specific "advanced search" parameters including agent name, status, help topic, etc. That way I can pre-build URLs for our team to get to sub-selects of tickets.I haven't yet dug through the code to see, and unfortunately the advanced search, when it does find something, doesn't seem to put the search query string variables in the link when you click on "view" to see how it crafted the search to start with.(I think I am using 1.9 - I pulled it from git, and the version is 1.8-git, which from what I can tell is actually some variant of 1.9, but I can't actually seem to figure out what version of osticket I am actually using)