| 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-08-27 | [fix] add search language and time range filter to suggestions - fixes #1314 | Adam Tauber | |
| 2020-07-31 | Add clearfix to fix issue 2110 | Vlad | |
| 2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
| 2020-06-09 | [enh] add subscribe link to rss results - closes #468 | Adam Tauber | |
| 2020-06-09 | [enh] add engine names to results as classes - closes #670 | Adam Tauber | |
| 2019-12-22 | [Fix] oscar: move info box at top of the page | Vipul | |
| In low width devices like mobile, tablet etc, info box is present at bottom of the page. This change addresses the issue by rearranging column grids for low width devices and move side bar at top of the page. See - https://getbootstrap.com/docs/3.3/css/#grid-column-ordering. - and Searx issue tracker (issue#1777), for more information. Effect: Along with Info, Suggestion and Link boxes also move to top of the page. Resolves: #1777 | |||
| 2019-12-10 | theme: oscar - remove dust (comes from PR #1671 implementation) | Markus Heiser | |
| was inadvertently included in the commit [1] [1] https://github.com/asciimoo/searx/commit/f34ac58752b3857468d01c79d7bc3409e8b03fe3#diff-0243d1c24e9981002156cc87cc10bd53R103 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
| 2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
| 2019-08-02 | [fix] fix paging for the oscar theme after PR #1640 | Dalf | |
| 2019-08-02 | [enh] Add timeout limit per request (#1640) | Alexandre Flament | |
| The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore | |||
| 2019-07-17 | Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵ | Dalf | |
| themes accordingly. | |||
| 2019-07-01 | [fix] preserve bangs in suggestions and corrections | Marc Abonce Seguin | |
| 2017-07-12 | show engine errors in infobox && add new error alert | Noémi Ványi | |
| 2017-02-10 | [fix] pageno param of search reqs in form | Noémi Ványi | |
| 2017-01-26 | [enh] make number of results less prominent | Noémi Ványi | |
| 2017-01-26 | [enh] search input design mods according to #226 | Adam Tauber | |
| 2017-01-16 | [enh] show spelling corrections | David A Roberts | |
| 2017-01-05 | [enh] propagate all search properties to the results page's components | Adam Tauber | |
| 2016-12-04 | [fix] proper escaping of the search query in templates | Adam Tauber | |
| 2016-07-25 | add advanced settings for logicodev style | Noemi Vanyi | |
| 2016-06-28 | [fix] hide number of results if 0 | Adam Tauber | |
| 2016-06-28 | [enh] display number of results | Adam Tauber | |
| 2015-05-19 | [enh] prettier search url display | Adam Tauber | |
| 2015-03-09 | [fix] whitespace remove and proper no-result warning display | Adam Tauber | |
| 2015-02-13 | Some RTL fixes | Cqoicebordel | |
| - Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily. | |||
| 2015-02-10 | Merge branch 'rtl' of github.com:Cqoicebordel/searx | Adam Tauber | |
| 2015-01-11 | Fix RSS link | Cqoicebordel | |
| Fix page number, urlencoded request and encoded & | |||
| 2015-01-10 | [enh] add rss-link which can be detected by browsers | Thomas Pointhuber | |
| 2015-01-01 | [enh] better result template handling | Adam Tauber | |
| 2014-12-08 | UX and HTML corrections | Cqoicebordel | |
| Put the infobox first. Result first is more useful for the user. Add id in form for "for". htmlentities in the URL. Take care of spaces in categories. | |||
| 2014-10-26 | oscar template: display answers | Thomas Pointhuber | |
| 2014-10-05 | oscar template: add infobox | Thomas Pointhuber | |
| 2014-10-05 | oscar template: add no result message | Thomas Pointhuber | |
| 2014-10-05 | oscar template: little style improvements | Thomas Pointhuber | |
| 2014-10-05 | oscar template: improve result page | Thomas Pointhuber | |
| * add paging support * add suggestion panel * add links panel | |||
| 2014-10-05 | oscar template: implement first version of results page | Thomas Pointhuber | |
| * implement results page * improve search form template * implement all result_templates * fix youtube engine | |||