tsingh777

Results 13 comments of tsingh777

Should be fixed in https://github.com/KhalisFoundation/sttm-shortener

Support page looks a little out of date. might want a separate ticket for that?

Would like to see if https://github.com/expressjs/compression/pull/172 gets accepted. keep it open at low priority.

SSR is server-side-rendering

@navdeepsingh I believe one would have to click search for the filter to apply. I don't think we're updating page based on a filter change.

> Adding an if then in a query is a performance killer and not scalable (in any database). > […](#) > On Mon, Jan 4, 2021 at 7:52 AM tsingh777...

What about `UNION` ? ``` SELECT w.ID AS id, w.Word AS word, w.WordUni AS wordUni, d.DefGurmukhi AS definition, d.DefGurmukhiUni AS definitionUni FROM MahanKoshWords w LEFT JOIN MahanKoshDefinitions d ON w.Definition...

Need to run some performance tests. will update soon.

What's the use case for this?

@ManjotS does the `Updated` column behave the way this PR is expecting?