new MissingObjectAPI(searchAPI)
A specialization of the searchAPI for searching missing object and around
Parameters:
Name | Type | Description |
---|---|---|
searchAPI |
SearchAPI |
Methods
search(pattern) → {FinderResult}
To search object into the list of missing reference
Parameters:
Name | Type | Description |
---|---|---|
pattern |
String | The search pattern following the same syntax than the SearchAPI |
Returns:
A set of occurences
- Type
- FinderResult
stats() → {Object}
To get statistics about missing reference by type
Returns:
A array of number of unique missing reference per type
- Type
- Object