[Enterprise Search] Disable text extraction config for native SPO (#160914)

## Summary

This stops text extraction from showing up for native SharePoint Online
connectors.
This commit is contained in:
Sander Philipse 2023-06-29 18:57:59 +02:00 committed by GitHub
parent 6f58507ea1
commit bfb07386b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1622,7 +1622,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
}
),
type: FieldType.BOOLEAN,
ui_restrictions: [],
ui_restrictions: ['advanced'],
validations: [],
value: false,
},