index
:
OSSE
this commit
levshtein
master
ngrams_indexer
Overly Simple Search Engine :)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.lock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Frontend: Pin yew version to 0.20
HEAD
master
Baitinq
2022-11-26
1
-8
/
+12
*
Indexer: Stem words prior to adding/searching them
Baitinq
2022-11-11
1
-0
/
+11
*
Indexer: Decode html entities for website title and description
Baitinq
2022-11-06
1
-75
/
+19
*
Crawler: Add loging with env_logger
Baitinq
2022-11-06
1
-0
/
+2
*
Indexer: Add logging with env_logger
Baitinq
2022-11-06
1
-0
/
+50
*
Indexer+Frontend: Integrate with actix
Baitinq
2022-11-05
1
-0
/
+52
*
Indexer: Actix: Use the same service handler with multiple routes
Baitinq
2022-11-05
1
-3
/
+151
*
Frontend: Result component: Use the stylist crate to apply basic css
Baitinq
2022-11-01
1
-0
/
+73
*
Indexer: Use kuchiki to split html content into words
Baitinq
2022-10-30
1
-0
/
+13
*
Frontend: URL encode and decode the search_query
Baitinq
2022-10-30
1
-0
/
+7
*
Frontend: Update yew to follow master
Baitinq
2022-10-30
1
-39
/
+123
*
Frontend: Setup skeleton route support
Baitinq
2022-10-30
1
-0
/
+41
*
Misc: Remove unneeded dependencies
Baitinq
2022-10-30
1
-5
/
+0
*
Misc: Add local lib crate to share common structs
Baitinq
2022-10-30
1
-0
/
+10
*
Indexer: Add website title and description to the CrawledResource
Baitinq
2022-10-28
1
-0
/
+1
*
Fronted: Order search results by priority
Baitinq
2022-10-27
1
-0
/
+1
*
Frontend: Fetch results from indexer
Baitinq
2022-10-27
1
-0
/
+3
*
Indexer: Setup permissive CORS
Baitinq
2022-10-27
1
-0
/
+16
*
Indexer: Return json from the /search endpoint
Baitinq
2022-10-27
1
-0
/
+1
*
Frontend: Add basic search_query state
Baitinq
2022-10-26
1
-1
/
+103
*
Crawler: Use async Client
Baitinq
2022-10-25
1
-40
/
+139
*
Indexer: Use CrawledResource structure as values in the reverse index db
Baitinq
2022-10-25
1
-0
/
+1
*
Crawler: Shuffle crawled urls
Baitinq
2022-10-25
1
-0
/
+1
*
Crawler: Parse urls with the "url" crate
Baitinq
2022-10-25
1
-0
/
+1
*
Client->Frontend: Create yew frontend skeleton
Baitinq
2022-10-24
1
-4
/
+215
*
Crawler: Change blockingqueue to channels
Baitinq
2022-10-23
1
-7
/
+33
*
Indexer: Implement basic reverse index searching and adding
Baitinq
2022-10-22
1
-7
/
+80
*
Crawler: Implement basic async functionality
Baitinq
2022-10-22
1
-54
/
+239
*
Indexer: Add skeleton http rest endpoint functionality
Baitinq
2022-10-21
1
-0
/
+506
*
Crawler: Remove duplicate parsed urls
Baitinq
2022-10-20
1
-0
/
+16
*
Crawler: Add basic html parsing and link-following
Baitinq
2022-10-20
1
-0
/
+1525
*
Crawler: Add skeleton crawler implementation
Baitinq
2022-10-20
1
-0
/
+9
*
Misc: Separate OSSE into components
Baitinq
2022-10-19
1
-1
/
+9
*
Initial Commit!
Baitinq
2022-10-19
1
-0
/
+7