Serveroverload while doing autocompletion
Created by: StephanMa
Sometimes the server does not respont without any reason. After doing some research, i figured out that the terms.xql is triggered everytime someone is doing a search with search2.
In https://github.com/icaruseu/mom-ca/blob/master/my/XRX/src/mom/app/search/js/jquery.ui.search.js#L55 the index is queried for every subterm. Unfortunately it is the cause for non-responding.
Deactivated the autocompletion-feature for search2 until the bug was fixed (eXist version?).