Babu Annamalai

Results 63 comments of Babu Annamalai

Moving this to discussion until we attempt to address the docs.

Moving this to discussion, we can bring it back into issues when we actually look at this.

> I haven't been able to get the basic NGramSearch to work both with and without specifying the index on the config. I originally had a full text and gin...

@OptimusPi Probably you could use a [duplicate field](https://martendb.io/documents/indexing/duplicated-fields.html) for the nested property as a workaround and create an NGramIndex on the duplicated field.

@Shield1739 with regards the changes which you have in this PR i.e. existing code and the updated are all equivalent, ```csharp try { session.SaveChanges(); } catch (DocumentAlreadyExistsException exception) { ((PostgresException)exception.InnerException)?.SqlState.ShouldBe(UniqueSqlState);...

@Shield1739 Thanks for the details and explanation, will check further and keep you posted.

@jerriep I have checked and observing this as a regression, will release a fix shortly.

I am trying to do few more bug fixes, will do a release later today in few hours. Thanks and appreciate your kind support, I have updated the settings, you...