summaryrefslogtreecommitdiff
path: root/searx/static/plugins
AgeCommit message (Collapse)Author
2020-11-02[mod] separate index and search routesMarc 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-29Revert "[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 fileAdam Tauber
2020-06-18Consider HTTP request when running search categories on select is enabledNoémi Ványi
Closes #1138
2020-03-23[fix] load new page with infinite scroll if there is no scrollbar - fixes #759Adam Tauber
2020-01-28Merge branch 'master' into fix-infinite-scrollMarkus Heiser
2019-12-16Fix not jumping to results loaded by infinite scrollNick 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-04Load next page shortly before hitting the bottomNick 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-25Hide buttons when infinite scrolling is enabledrinpatch
2018-03-05Fix Vim mode on FirefoxRichard 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-30use `change` function just like in case of language selectionNoémi Ványi
The previous version did not work in Chrome browser. Closes #1102
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2016-12-29add img pagination support of infinite scrollNoémi Ványi
2016-12-13automatic search when language is selectedmarc
2016-12-04[fix] correct path for autoscroll on non-root urlsAdam Tauber
closes #758
2016-08-11[enh] infinite scrollDavid A Roberts
resolves #649
2016-07-25search on filter selectNoemi Vanyi
2016-07-25follow up changes in search_category_on_selectNoemi Vanyi
2016-04-24Fix result selection for top & bottom scrollingKirill Isakov
2016-04-24Add auto page scrolling to selected resultKirill Isakov
2016-04-24Add search result navigation supportKirill Isakov
2016-04-24Set vim-hotkeys help panels to same heightKirill Isakov
2016-04-23[WIP] Add vim-hotkeys pluginKirill Isakov
2016-02-10[mod] move plugin static files to static/pluginsAdam Tauber
2016-02-10[enh] new plugin to open results on new browser tabsAdam Tauber