Results 105 issues of 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...

bug
backend

The "GO" line in an SQL script causes an exception during patch execution.

enhancement
backend

WebHookSubscription_Payload_Custom_WithParameters failed. Use UTC instead of locale. (WebHookSubscriptionTests.cs line 445).

bug
backend

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;`)

backend

Reason: The term converter (in this case the LowerStringIndexHandler) is called earlier than wildcard enveloping, so the converter interprets the term as regex ("/View/").

bug
backend

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...

documentation
backend

The abstract DataProvider.DecimalMaxValue has a copypaste error.

bug
backend

Import and use Contrib.Regex project of the Lucene.Net V2.9.4

enhancement
backend

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...

backend