Autofocus, autorefresh
This commit is contained in:
@@ -71,6 +71,9 @@ class InventorySearch:
|
||||
taskinfo = self.add_document(i)
|
||||
return taskinfo
|
||||
|
||||
def delete_document(self, docid):
|
||||
return self.idxref.delete_document(docid)
|
||||
|
||||
def update_filterables(self, filterables: list):
|
||||
"""Update filterable attributes and wait for database to fully index. If the filterable attributes matches the
|
||||
current attributes in the database, don't update (saves reindexing).
|
||||
|
Reference in New Issue
Block a user