
Any suggestion?
Moderator: crythias
Do you mean the "the tree selection"? In IE 10 I need 7 seconds to open following window and when I input keyword to search the speed is very slow. And in IE8 the speed is slower than IE10 more. Every time the list will refresh when I choose customer/type/queue/owner etc... the "service" selection need more than 4 seconds to get ready. It's unaccecptable.crythias wrote:Fuzzy search.
Search the Web for user experience.
Our developer changed it. But no any impact when the service item is about 100.jojo wrote:The first screenshot is not a plain OTRS. Who changed it?
Rendering so much items willl fail on most browsers. To have so much services selectable is also not a good practice
I guess you mean we can enable fuzzy search/autocomplete for service selection, just like when we input "customer", right? If yes, I think it can solve my problem.crythias wrote:Fuzzy search.
Search the Web for user experience.
Any suggestion? "If we don't have the very detailed catatory, how to know what happened in those services which has a lot of tickets every day? " Our boss ask uscrythias wrote:You might want to determine if you want change items not services.
The way is from Boss's experience in his previous company. If we put down the management, only on technical, how to improve the search on service? Just like when we select a customer from tens of thousands of account from AD, the speed is very fast. How to do it same for service?crythias wrote:Who is going to slog through 2000 + entries to find the one that answers the need of your boss for thousands of tickets. Per day?
That time for search has to account for something. Besides, if you're that big, you might actually be well off to pay a consultant to answer this question. It probably needs more in depth answer than what a free forum provides, plus the answer is tailored to your business.
We have developer if we are not able to solve it via configration. would you like to give me some suggestion that where we can research into?crythias wrote:it requires development/programming/time.
Sure. JavaScript + API.mikeoldyang wrote:would you like to give me some suggestion that where we can research into?
Thank you very much.crythias wrote:Sure. JavaScript + API.mikeoldyang wrote:would you like to give me some suggestion that where we can research into?
An example of where ServiceID is created is within Kernel/Modules/AgentTicketPhone.pm
Maybe you just want to edit the .dtl and replace the code with a basic input tag and apply your own ajax lookup?
There's not much more to provide at this point.