fix: add maxTermLength to config.d.ts
Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
Vendored
+5
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user