fix: add maxTermLength to config.d.ts

Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
Federico Morreale
2023-10-05 17:22:19 +02:00
parent 16be6f9473
commit 8be6c23b6c
+5
View File
@@ -22,6 +22,11 @@ export interface Config {
*/
maxPageLimit?: number;
/**
* Sets the maximum term length for the search string. Defaults to 100.
*/
maxTermLength?: number;
/**
* Options related to the search integration with the Backstage permissions system
*/