Irshad Ali

Results 2 issues of Irshad Ali

I am calling createObjectStore of NgxIndexedDBService to dynamically add stores at runtime. It makes my declaration version of DBConfig behind the actual at any point of time. I guess, Due...

Code looks like below: ``` return await _entities.Search(x => x.Propname).Containing(keywords.Split(' ')) .ToRanked().OrderByDescending(x => x.Hits) .Select(x => x.Item) .ToListAsync(); ``` It seems to me the query created has some kind of...