Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | [mod] separate index and search routes | Marc Abonce Seguin | |
This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar. | |||
2020-07-29 | Revert "[enh] new plugin to open results on new browser tabs" | Noémi Ványi | |
This reverts commit ab6a7601cbdbdd93fa07ec6405bc3167f392b792. Closes #2037 | |||
2020-07-28 | [mod] add dedicated directory to external plugins with gitignore file | Adam Tauber | |
2020-06-18 | Consider HTTP request when running search categories on select is enabled | Noémi Ványi | |
Closes #1138 | |||
2020-03-23 | [fix] load new page with infinite scroll if there is no scrollbar - fixes #759 | Adam Tauber | |
2020-01-28 | Merge branch 'master' into fix-infinite-scroll | Markus Heiser | |
2019-12-16 | Fix not jumping to results loaded by infinite scroll | Nick Espig | |
Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling. | |||
2019-12-11 | [mod] infinite scroll: XHR requests are sent with the header "Accept: ↵ | Dalf | |
text/html". Fix https://github.com/searx/searx-docker/issues/16 | |||
2019-06-04 | Load next page shortly before hitting the bottom | Nick Espig | |
This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between. It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true. | |||
2018-04-25 | Hide buttons when infinite scrolling is enabled | rinpatch | |
2018-03-05 | Fix Vim mode on Firefox | Richard Nespithal | |
Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered | |||
2017-11-30 | use `change` function just like in case of language selection | Noémi Ványi | |
The previous version did not work in Chrome browser. Closes #1102 | |||
2017-01-03 | Revert "Merge pull request #793 from kvch/pics-modal" | Noémi Ványi | |
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed. | |||
2016-12-29 | add img pagination support of infinite scroll | Noémi Ványi | |
2016-12-13 | automatic search when language is selected | marc | |
2016-12-04 | [fix] correct path for autoscroll on non-root urls | Adam Tauber | |
closes #758 | |||
2016-08-11 | [enh] infinite scroll | David A Roberts | |
resolves #649 | |||
2016-07-25 | search on filter select | Noemi Vanyi | |
2016-07-25 | follow up changes in search_category_on_select | Noemi Vanyi | |
2016-04-24 | Fix result selection for top & bottom scrolling | Kirill Isakov | |
2016-04-24 | Add auto page scrolling to selected result | Kirill Isakov | |
2016-04-24 | Add search result navigation support | Kirill Isakov | |
2016-04-24 | Set vim-hotkeys help panels to same height | Kirill Isakov | |
2016-04-23 | [WIP] Add vim-hotkeys plugin | Kirill Isakov | |
2016-02-10 | [mod] move plugin static files to static/plugins | Adam Tauber | |
2016-02-10 | [enh] new plugin to open results on new browser tabs | Adam Tauber | |