Mike Alhayek
Mike Alhayek
### Describe the bug ### To Reproduce Steps to reproduce the behavior: 1. Create a new tenant using SQL Server (I tried with SQL Server in Azure) and the Blog...
Currently, we have a way to define the default search settings which then is applied to every searched index. Below is a screenshot of an example. The problem here is...
Currently when a core site settings change, we reload the shell settings directly in the driver. If we have multiple drivers contributing to the same settings group, we run into...
@sebastienros It seems that the reduce index is works only with property member not an object. Is there a way to create a reduce index where an object key? For...
How can we alter a column and change it from not-nullable to nullable? Here are the interfaces ``` public interface IColumnCommand : ITableCommand { string ColumnName { get; } byte?...
I am trying to use `YesSql` to create sql queries for reporting purposes. Build queries using `ISqlBuilder` isn't an easy thing. I have some suggestion to improve it. - Add...
Here are some recommendation around improving `IQuery` and `IQueryIndex` - Add a way to create multiple joins on the same index. Currently when `With` is called multiple time, we assumed...
When querying an index, I don't see a way to filter down specific column or apply distinct logic. For example, look at this code ``` // here there is no...
### Type of issue Code doesn't work ### Description I am trying to use a web-browser to record audio, transmit it using SignalR to the server, and use continuous speech...