Extend handleSingleArg
documentation
This commit is contained in:
parent
8d0e10cfbe
commit
4d26bde4f0
@ -1246,6 +1246,10 @@ window.initSearch = function(rawSearchIndex) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This function is called in case the query is only one element (with or without generics).
|
* This function is called in case the query is only one element (with or without generics).
|
||||||
|
* This element will be compared to arguments' and returned values' items and also to items.
|
||||||
|
*
|
||||||
|
* Other important thing to note: since there is only one element, we use levenshtein
|
||||||
|
* distance for name comparisons.
|
||||||
*
|
*
|
||||||
* @param {Row} row
|
* @param {Row} row
|
||||||
* @param {integer} pos - Position in the `searchIndex`.
|
* @param {integer} pos - Position in the `searchIndex`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user