Divyansh Srivastava

Results 4 comments of Divyansh Srivastava

If reduced to 10, the following errors need to be fixed : ``` .\lisa\runner.py:235:5: C901 'RootRunner._start_loop' is too complex (15) .\lisa\search_space.py:97:5: C901 'IntRange.check' is too complex (12) .\lisa\search_space.py:299:1: C901 'check_countspace'...

@anirudhrb There are multiple different issues fixed by this PR. Can you please make a separate commit for each of them?

### Query 1 `def` transform to following SQL query : `SELECT TOP 100 "System.ItemUrl", "System.FileName" FROM "SystemIndex" WHERE CONTAINS(System.FileName,'"def*"',1033) AND scope='file:' ORDER BY System.DateModified DESC ` This query will match...

@crutkas @ryanbodrug-microsoft I ran index search on 40 randomly picked filenames. Stats for query with LIKE SQL statement in ms Mean :226.9 Min :100 Max :956 Stats for query without...