mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
adding kind and path attributes to suggest response object and using it in autocomplete
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
{{#suggestions}}{{^first}},{{/first}}
|
||||
{
|
||||
"value" : "{{value}}",
|
||||
"label" : "{{label}}"
|
||||
"label" : "{{label}}",
|
||||
"kind" : "{{kind}}"
|
||||
{{#path}}
|
||||
, "path" : "{{path}}"
|
||||
{{/path}}
|
||||
}{{/suggestions}}
|
||||
]
|
||||
|
Reference in New Issue
Block a user