spacex / src /server /routes

Commit History

:zap: perf: several optimizations for improving the performance of the engine (#540)
991f3f5
unverified

neon_arch Spencerjibz commited on

:sparkles: config option to configure the https adaptive window size for requests (#529)
41ab8a2
unverified

ddotthomas neon_arch commited on

cache the next, current and previous results in a separate task
6b9469e

Spencerjibz commited on

Change get_safe_search_level logic back
31c9c67

ddotthomas commited on

change: renamed get_safesearch_level variables
ca96a76

ddotthomas commited on

refactor: changed Cookie to use Cow to facilitate using references when building
80e950d

ddotthomas commited on

change: revert Cookie Strings back to &str
d912bff

ddotthomas commited on

fix: safe search url parameter ignored
6e9250c

ddotthomas commited on

refactor: moved settings parsing out of results
7d762b3

ddotthomas commited on

modify: changed cache_key format data
dde117e

ddotthomas commited on

Moved parsing of cookie_value, config to cache_key
86b0d3d

ddotthomas commited on

Merge branch 'rolling' into FIX/463_results_from_different_search_engines_get_cached_as_the_same_key
36e2ac9
unverified

neon_arch commited on

fix: add comma separator and format macro
db1115f

ddotthomas commited on

:recycle: refactor: standardize the `content-type` header by using an enum value over typing it manually (#474)
5020f36
unverified

Леонтий Вартанян neon_arch commited on

fix: changed dereferencing
4f4cb22

ddotthomas commited on

fix: added a config parse backup
286bcf1

ddotthomas commited on

fix: modify cache key with engines used for search
bfeb812

ddotthomas commited on

♻️ refactor: start tracking page numbers from 0 instead of 1 in the backend (#467)
d073aa2
unverified

ddotthomas neon_arch commited on

🐛 fix: explicit `content-type` header for the search page response (#458)
9f5213c
unverified

maokwen commited on

✨ feat: pass the new animation config option (#424)
1a2a833

neon_arch commited on

:recycle: Refactor cache system (#399)
e704c26
unverified

ashwin123 alamin655 commited on

:recycle: Clean some code, fix bug (#396)
5e2669b
unverified

víctor commited on

🔥 chore: remove the debug macro from the code (#302)
03d649b

neon_arch commited on

♻️ refactor(routes): serve the new maud file for search page and remove unwanted functions and pass values to the maud html template directly (#302)
38ba4bd

neon_arch commited on

Create separate search_result_parser
75a77d2

Zsombor Gegesy commited on

🧹 chore: make github actions happy (#227)
3d48920

neon_arch commited on

Merge branch 'rolling' into feat-inform-user-when-no-engines-are-selected
017036e
unverified

alamin655 commited on

✨ feat: add code to handle aggregation when no engines are selected (#227)
173c6ba

neon_arch commited on

✨ feat: implement code to fetch results based on parameters, cookies & config (#210)
72fec47

neon_arch commited on

🛠️ fix: improve the documentation & move code in the correct files (#244)
fcfd112

neon_arch commited on

Remove unnecessary clones
320f5f4

Zsombor Gegesy commited on

Instead of caching jsons, we can cache the original structure
519ebe0

Zsombor Gegesy commited on

Cache refactor - add an in-memory cache, so redis is not needed
996ff84

Zsombor Gegesy commited on

Merge branch 'rolling' into reorganize-code-and-restructure-the-codebase
ca4447f

neon_arch commited on

⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)
493c56b

neon_arch commited on