mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ 80532da357
🚀
This commit is contained in:
parent
5691d407a5
commit
017e9a8722
121 changed files with 1270 additions and 1270 deletions
|
@ -143,14 +143,14 @@ CrystalDocs.runQuery = function(query) {
|
|||
matches = matches.concat(typeMatches);
|
||||
}
|
||||
results.push({
|
||||
id: constant.html_id,
|
||||
id: constant.id,
|
||||
type: type.full_name,
|
||||
result_type: "constant",
|
||||
name: constant.name,
|
||||
full_name: type.full_name + "#" + constant.name,
|
||||
value: constant.value,
|
||||
summary: constant.summary,
|
||||
href: type.path + "#" + constant.html_id,
|
||||
href: type.path + "#" + constant.id,
|
||||
matched_fields: matchedFields,
|
||||
matched_terms: matches
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue