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
/
crawler
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
Indexer: Stem words prior to adding/searching them
Baitinq
3
-4
/
+24
2022-11-08
Misc: Update Readme to be more user friendly
Baitinq
2
-13
/
+83
2022-11-06
Frontend: Append "..." to truncated titles and descriptions
Baitinq
1
-6
/
+10
2022-11-06
Frontend: Display a loading animation when results have not been loaded
Baitinq
1
-8
/
+26
2022-11-06
Indexer: Decode html entities for website title and description
Baitinq
3
-81
/
+22
2022-11-06
Frontend: Display a maximum number of chars for title and desc
Baitinq
1
-2
/
+16
2022-11-06
Frontend: Store custom SearchResult struct in the app state
Baitinq
1
-45
/
+57
2022-11-06
Crawler: Add loging with env_logger
Baitinq
3
-15
/
+16
2022-11-06
Indexer: Add logging with env_logger
Baitinq
3
-4
/
+60
2022-11-06
Readme: Improve run instructions with frontend auto-open
Baitinq
1
-6
/
+1
2022-11-05
Indexer: Switch back to not serving frontend with actix
Baitinq
4
-15
/
+23
2022-11-05
Indexer: Hold indexer lock for less time when in search endpoint
Baitinq
1
-4
/
+2
2022-11-05
Frontend: Display number of results below search bar
Baitinq
1
-8
/
+17
2022-11-05
Frontend: Link the OSSE logo to /
Baitinq
1
-1
/
+3
2022-11-05
Indexer+Frontend: Integrate with actix
Baitinq
6
-7
/
+69
2022-11-05
Indexer: Actix: Use the same service handler with multiple routes
Baitinq
3
-14
/
+171
2022-11-04
Indexer: Add and use language field in IndexedResource
Baitinq
3
-10
/
+29
2022-11-04
Indexer: Make & implement the trait insert() taking a [word] for insert
Baitinq
2
-27
/
+24
2022-11-03
Indexer: Add missing /search/ route
Baitinq
1
-1
/
+4
2022-11-02
Lib: Only care about url for Eq and Hash implementation in IndexedResource
Baitinq
1
-4
/
+3
2022-11-02
Lib+Indexer: Make IndexedResource title and description Optional
Baitinq
4
-17
/
+27
2022-11-02
Indexer: Abstract indexer
Baitinq
2
-61
/
+132
2022-11-01
Frontend: Result component: Add more font related css
Baitinq
1
-5
/
+17
2022-11-01
Frontend: Result component: Show "No Description" if empty description
Baitinq
1
-2
/
+5
2022-11-01
Frontend: Result component: Use the stylist crate to apply basic css
Baitinq
3
-2
/
+89
2022-11-01
Frontend: Result component: Add basic structure
Baitinq
1
-3
/
+6
2022-11-01
Frontend: Reduce code duplication in the initial_search_query path of compone...
Baitinq
1
-28
/
+3
2022-11-01
Frontend: Handle and show API errors
Baitinq
1
-32
/
+71
2022-10-30
Misc: Cargo fmt
Baitinq
5
-25
/
+30
2022-10-30
Indexer: Use kuchiki to split html content into words
Baitinq
3
-6
/
+32
2022-10-30
Crawler: Set 4 as the maximum "crawl depth"
Baitinq
1
-0
/
+1
2022-10-30
Crawler: Accept max_queue_size as an argument for crawler()
Baitinq
1
-3
/
+5
2022-10-30
Frontend: Change navbar links
Baitinq
1
-4
/
+4
2022-10-30
Indexer: Transform all queries into lowercase
Baitinq
1
-0
/
+3
2022-10-30
Frontend: URL encode and decode the search_query
Baitinq
3
-2
/
+10
2022-10-30
Frontend: Implement support for searching with /search/* routes
Baitinq
2
-6
/
+37
2022-10-30
Frontend: Update yew to follow master
Baitinq
4
-45
/
+130
2022-10-30
Frontend: Setup skeleton route support
Baitinq
4
-3
/
+78
2022-10-30
Frontend: Move app-specific code to app.rs
Baitinq
3
-184
/
+181
2022-10-30
Misc: Remove unneeded dependencies
Baitinq
6
-12
/
+3
2022-10-30
Misc: Add local lib crate to share common structs
Baitinq
10
-83
/
+77
2022-10-30
Frontend: Add props to the OSSE Component
Baitinq
1
-3
/
+9
2022-10-30
Frontend: Change OSSE component into a struct component
Baitinq
1
-76
/
+88
2022-10-29
Crawler+Indexer+Frontend: Rename structs to follow logical relations
Baitinq
3
-24
/
+31
2022-10-29
Frontend: Use ResultComponent to display search results
Baitinq
1
-3
/
+14
2022-10-29
Indexer: Implement basic priority calculation of words in a site
Baitinq
1
-7
/
+6
2022-10-28
Frontend: Show results in reverse order with priority
Baitinq
1
-2
/
+2
2022-10-28
Frontend: Show result website's title and description
Baitinq
1
-2
/
+4
2022-10-28
Crawler: Only accept HTTP_STATUS_CODE: 200 as success in crawl_url()
Baitinq
1
-3
/
+4
2022-10-28
Indexer: Add website title and description to the CrawledResource
Baitinq
3
-1
/
+26
[next]