Gauravjeet Singh

Results 14 issues of Gauravjeet Singh

**Describe the bug** Previously we were using the API deployed at https://fastersemanticsearchapi.sevaa.win/ We need to change it to the newer deployment here: https://gurbanichatbot.sikhitothemax.org/ Possibly you would only need to change...

**Describe the bug** Instead of getting "No search results that match the query" error message, we get Network connection timed out. **To Reproduce** Steps to reproduce the behavior: 1. Go...

🐞bug

**Describe the bug** When we mark a shabad as fav, it doesn't save any verse id in the database, which results in all the shabads, showing the first verse in...

🐞bug

Currently both versions of the sttm-web are using the prod sikhitothemax api. - https://www.sikhitothemax.org/control sends request to https://api.sikhitothemax.org/sync/ - https://stg.sikhitothemax.org/control sends request to same api at https://api.sikhitothemax.org/sync/ The stg deployment...

💻dev-related

**Describe the bug** When we open a ceremony like Anand Kaaraj, bani controller shows an empty line for english verses. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

Earlier when searched for `/search/Kmrh?source=all&searchtype=1&writer=all&page=1` we got 0 results, but with this fix, we get the following response ![image](https://github.com/KhalisFoundation/banidb-api/assets/1990932/8ce12a0e-f7d9-420a-ac3a-b1edf6588b07) Would work for all five bindi characters. - 'ਸ਼' - 'ਖ਼'...

``` const q = `SELECT ${allColumns} ${allFrom} WHERE v.ID IN (${VerseID})`;``` Instead of directly writing VerseID, need to seralize this input and send as query parameter _Originally posted by @Gauravjeetsingh...

from controller/shabad.js ``` resultsInfo.pages.nextPage = `${req.protocol}://${req.get('host')}${req.baseUrl}${ req.path }?${Object.keys(req.query) .map(key => `${key}=${encodeURIComponent(req.query[key])}`) .join('&')}`; ``` Maybe we can divide this into two different statements (for base path and query keys. Also, can...

### 9.2.1 - ਊਨਾ Release _May 24, 2024_ #### New Features - Choose the order of the lines that sangat see on screen using quickview dropdowns. - New Multi-Pane workspace...

We are missing buttons to add these slides from a single display mode. ![image](https://github.com/KhalisFoundation/sttm-desktop/assets/1990932/5d10e6d0-41c2-4f8b-8670-eaa6de0a210d) So, inside Annoucement overlay, before the Dhan guru section, add another section for these slides -...