We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c5af24 + a466f42 commit a0d2d79Copy full SHA for a0d2d79
src/frontend/js/lib/util/typeahead/lib/Typeahead.ts
@@ -38,7 +38,7 @@ export class Typeahead {
38
if (this.timeout) clearTimeout(this.timeout);
39
this.timeout = setTimeout(() => {
40
const request: JQuery.AjaxSettings<any> = {
41
- url: ajaxSource + (appendQuery ? "?q=" + query : ""),
+ url: ajaxSource + (appendQuery ? query : ""),
42
dataType: "json",
43
beforeSend: () => {
44
this.ajaxRequest && this.ajaxRequest.abort();
0 commit comments