We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0990 commit cffd492Copy full SHA for cffd492
backend/src/search-engine/repositories/indexable.ts
@@ -57,7 +57,6 @@ export default abstract class Indexable {
57
* @param {Document} document document to be created
58
*/
59
async createOrReplace(document: Document): Promise<void> {
60
- await this.ensureIndexAttributes()
61
await this.index.addDocuments([document])
62
}
63
0 commit comments