mirror of
https://github.com/nasa/openmct.git
synced 2025-04-11 21:31:06 +00:00
[Search] Comments
This commit is contained in:
parent
3a3e98cc48
commit
06d9b68406
@ -52,9 +52,6 @@
|
||||
function index(data) {
|
||||
var message;
|
||||
|
||||
// TODO: Since this is only within genericsearch, do
|
||||
// we really need to check if the index already holds it?
|
||||
// This might depend on how often/when we clear indexedItems.
|
||||
if (!conainsItem(data.id)) {
|
||||
indexedItems.push({
|
||||
id: data.id,
|
||||
@ -177,10 +174,6 @@
|
||||
|
||||
return message;
|
||||
|
||||
// TODO: After a search is completed, do we need to
|
||||
// clear out indexedItems?
|
||||
// When do we need to clear out inedxedItems?
|
||||
|
||||
// TODO: This function is too long.
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user