@rizom/brain 0.2.0-alpha.140 → 0.2.0-alpha.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brain.js +808 -808
- package/dist/entities.d.ts +2 -0
- package/dist/entities.js +2 -2
- package/dist/entities.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/plugins.d.ts +2 -0
- package/dist/plugins.js +26 -26
- package/dist/plugins.js.map +4 -4
- package/dist/services.d.ts +2 -0
- package/dist/services.js +19 -19
- package/dist/services.js.map +4 -4
- package/dist/site.js +5 -5
- package/dist/site.js.map +4 -4
- package/package.json +1 -1
package/dist/entities.d.ts
CHANGED
|
@@ -332,6 +332,8 @@ interface SearchOptions {
|
|
|
332
332
|
visibilityScope?: ContentVisibility;
|
|
333
333
|
/** Include queued/failed generation stubs in search results (default: false) */
|
|
334
334
|
includeUngenerated?: boolean;
|
|
335
|
+
/** Minimum relevance score to return. Omit for no score cutoff. */
|
|
336
|
+
minScore?: number;
|
|
335
337
|
}
|
|
336
338
|
/**
|
|
337
339
|
* Configuration for entity type registration
|