Skip to content

Commit

Permalink
FEATURE: Added PassiveSearch v1 (#2)
Browse files Browse the repository at this point in the history
* FEATURE: Added PassiveSearch v1

- Added Connection to ElasticSearch
- Added 2 API's - /ping and /passive
- Keyword Search using /passive
- Added Storing to DB capability when using /search

* Fix: Added error handling

-added error handling for passivesearch api endpoint

* FEATURE: Added Simple Query String

- Changed ElasticSearch Search type to Simple Query String

* REFACTOR: Improved Active Search

-Made Active Search make better use of downtimes (Rate Limits or Validation Downtime)

* FIX: Issues with Active Search

-Fixed errors with parrallel processing
  • Loading branch information
ishaan812 committed Nov 5, 2023
1 parent f5e400a commit 986f3a4
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 130 deletions.
Loading

0 comments on commit 986f3a4

Please sign in to comment.