spacex / src /results

Commit History

:sparkles: feat(config): config option to timeout idle connections within the reqwest pool (#551)
b1df4f1
unverified

Kekma commited on

✨ Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549)
bb50e8b
unverified

Spencer neon_arch commited on

✨ feat(config): config option to keep `tcp` connection alive for a certain period for subsequent requests (#548)
c584a7d
unverified

Kekma neon_arch alamin655 commited on

✨ feat: config option to timeout requests for fetching search results from the upstream search engines (#545)
2149e32
unverified

Kekma commited on

: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

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

víctor commited on

Merge branch 'rolling' into PERF/384_optimize-the-performance-of-fetching-results-in-the-websurfx-search-engine-backend
ae9fa5b
unverified

alamin655 commited on

⚡️ perf: rewrite the code by using a constant storing a prebuilt client globally for each thread (#384)
b42adaa

neon_arch commited on

♻️ refactor: remove the code to pass the `query` data into the `SearchResults` struct (#302)
5c60d73

neon_arch commited on

♻️ refactor: reimplement the random delay code without the rand crate (#380)
3742893

neon_arch commited on

🔧 remove unnecessary clone call (#333)
fc3b416
unverified

Aditya Phasu commited on

🔧 Restricts the visibility of the `user-agent` helper module (#331)
405d006
unverified

Uday Sagar commited on

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

neon_arch commited on

🧹 chore: make github actions happy (#205)
1a22221

neon_arch commited on

Merge branch 'rolling' into change-document-style-with-linter-warnings
fb231de
unverified

neon_arch commited on

🧹 chore: make clippy happy (#201)
12bfc52

neon_arch commited on

Merge branch 'rolling' into feat-disallow-user-to-search-via-lists
60b2fcc
unverified

alamin655 commited on

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

neon_arch commited on

⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1

neon_arch commited on

✨ feat: implement new fields, traits and functions (#201)
410257c

neon_arch commited on

✨ feat: add condition to filter results only when safe_search level is
d6463f0

neon_arch commited on

⚙️ refactor: add several minor optimizations (#180)(#178)
13ce420

neon_arch commited on

⚙️ refactor: replace vecs with smallvecs for smaller data sizes & replace to_strings with to_owned (#180)(#178)
2885f23

neon_arch commited on

⚙️ refactor: replace oncecell with oncelock from std library (#180)(#178)
4ccd048

neon_arch commited on

make format happy
c3a7c91

XFFXFF commited on

add a test to check if the regex wildcard .* matches any character
23ff24b

XFFXFF commited on

add a test for invalid regex
a2fc10c

XFFXFF commited on

add a test for non-existent file
4280545

XFFXFF commited on

add some comments to filter_with_lists and add a basic test
5c0397c

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
2f1fa00
unverified

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
575a7f9
unverified

XFFXFF commited on

✨ feat: optimise search results filtering code (#163)
44216e4

neon_arch commited on

✨ feat: add code to filter aggregated search results using lists (#163)
4f28711

neon_arch commited on

Improve aggregation
5aca5c0

Milim commited on

Improve Aggregation function & config parser
15dfda6

Milim commited on

Use non-blocking sleep function
af3b1cb

Milim commited on

✨ feat: add images, error_box & new message when no results are provided (#185)
c4935f2

neon_arch commited on

🔧 chore: fix link in the logs & add logs for engine error (#170)
653d08c

neon_arch commited on

✨ feat: improve code documentation
9cb582a

neon_arch commited on

✨ feat: provide the functionality to use the new config option
2d47e8d

neon_arch commited on

✨ feat: add documentation for the `outputs.iter()` code block
a28d559

neon_arch commited on

✨ feat: remove the empty_result_set option and helper functions
7e3b59e

neon_arch commited on

✨ feat: rephrase the comment to break it into smaller sentences.
cff7de9

neon_arch commited on

Merge branch 'rolling' into improve-async-multithreading
74e4fc6

neon_arch commited on

Rename Things, refactor some code
4402168

Milim commited on