kavics
kavics
**Reason**: the current indexing engine provider gets the indexing info (analyzers and converters) after the first indexing period. **Solution**: call `ISearchEngine.SetIndexingInfo(...)` after Import but before Populate install steps. The best...
The "GO" line in an SQL script causes an exception during patch execution.
WebHookSubscription_Payload_Custom_WithParameters failed. Use UTC instead of locale. (WebHookSubscriptionTests.cs line 445).
The CreatedBy property of the newly created User is itself. Remove this logic if this change does not cause a problem. (see this line in the User.cs: `this.CreatedBy = this;`)
Reason: The term converter (in this case the LowerStringIndexHandler) is called earlier than wildcard enveloping, so the converter interprets the term as regex ("/View/").
Extend all Search or Indexing engines with saving index capability. The saved material needs to be human-readable to help discover the existing index and index document structure and to help...
The abstract DataProvider.DecimalMaxValue has a copypaste error.
The "access denied" exception means the current user has not enough permission to execute an operation on a content-object. This is maybe a logical error. To discover it, the developer...