index
:
OSSE
this commit
levshtein
master
ngrams_indexer
Overly Simple Search Engine :)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indexer: Ngrams
ngrams_indexer
Baitinq
2022-11-10
4
-0
/
+13
*
Indexer: Switch back to not serving frontend with actix
Baitinq
2022-11-05
4
-15
/
+23
*
Indexer: Hold indexer lock for less time when in search endpoint
Baitinq
2022-11-05
1
-4
/
+2
*
Frontend: Display number of results below search bar
Baitinq
2022-11-05
1
-8
/
+17
*
Frontend: Link the OSSE logo to /
Baitinq
2022-11-05
1
-1
/
+3
*
Indexer+Frontend: Integrate with actix
Baitinq
2022-11-05
6
-7
/
+69
*
Indexer: Actix: Use the same service handler with multiple routes
Baitinq
2022-11-05
3
-14
/
+171
*
Indexer: Add and use language field in IndexedResource
Baitinq
2022-11-04
3
-10
/
+29
*
Indexer: Make & implement the trait insert() taking a [word] for insert
Baitinq
2022-11-04
2
-27
/
+24
*
Indexer: Add missing /search/ route
Baitinq
2022-11-03
1
-1
/
+4
*
Lib: Only care about url for Eq and Hash implementation in IndexedResource
Baitinq
2022-11-02
1
-4
/
+3
*
Lib+Indexer: Make IndexedResource title and description Optional
Baitinq
2022-11-02
4
-17
/
+27
*
Indexer: Abstract indexer
Baitinq
2022-11-02
2
-61
/
+132
*
Frontend: Result component: Add more font related css
Baitinq
2022-11-01
1
-5
/
+17
*
Frontend: Result component: Show "No Description" if empty description
Baitinq
2022-11-01
1
-2
/
+5
*
Frontend: Result component: Use the stylist crate to apply basic css
Baitinq
2022-11-01
3
-2
/
+89
*
Frontend: Result component: Add basic structure
Baitinq
2022-11-01
1
-3
/
+6
*
Frontend: Reduce code duplication in the initial_search_query path of compone...
Baitinq
2022-11-01
1
-28
/
+3
*
Frontend: Handle and show API errors
Baitinq
2022-11-01
1
-32
/
+71
*
Misc: Cargo fmt
Baitinq
2022-10-30
5
-25
/
+30
*
Indexer: Use kuchiki to split html content into words
Baitinq
2022-10-30
3
-6
/
+32
*
Crawler: Set 4 as the maximum "crawl depth"
Baitinq
2022-10-30
1
-0
/
+1
*
Crawler: Accept max_queue_size as an argument for crawler()
Baitinq
2022-10-30
1
-3
/
+5
*
Frontend: Change navbar links
Baitinq
2022-10-30
1
-4
/
+4
*
Indexer: Transform all queries into lowercase
Baitinq
2022-10-30
1
-0
/
+3
*
Frontend: URL encode and decode the search_query
Baitinq
2022-10-30
3
-2
/
+10
*
Frontend: Implement support for searching with /search/* routes
Baitinq
2022-10-30
2
-6
/
+37
*
Frontend: Update yew to follow master
Baitinq
2022-10-30
4
-45
/
+130
*
Frontend: Setup skeleton route support
Baitinq
2022-10-30
4
-3
/
+78
*
Frontend: Move app-specific code to app.rs
Baitinq
2022-10-30
3
-184
/
+181
*
Misc: Remove unneeded dependencies
Baitinq
2022-10-30
6
-12
/
+3
*
Misc: Add local lib crate to share common structs
Baitinq
2022-10-30
10
-83
/
+77
*
Frontend: Add props to the OSSE Component
Baitinq
2022-10-30
1
-3
/
+9
*
Frontend: Change OSSE component into a struct component
Baitinq
2022-10-30
1
-76
/
+88
*
Crawler+Indexer+Frontend: Rename structs to follow logical relations
Baitinq
2022-10-29
3
-24
/
+31
*
Frontend: Use ResultComponent to display search results
Baitinq
2022-10-29
1
-3
/
+14
*
Indexer: Implement basic priority calculation of words in a site
Baitinq
2022-10-29
1
-7
/
+6
*
Frontend: Show results in reverse order with priority
Baitinq
2022-10-28
1
-2
/
+2
*
Frontend: Show result website's title and description
Baitinq
2022-10-28
1
-2
/
+4
*
Crawler: Only accept HTTP_STATUS_CODE: 200 as success in crawl_url()
Baitinq
2022-10-28
1
-3
/
+4
*
Indexer: Add website title and description to the CrawledResource
Baitinq
2022-10-28
3
-1
/
+26
*
Frontend: Refactor search_word_in_db() to not need explicit lifetimes
Baitinq
2022-10-28
1
-6
/
+6
*
Frontend: Improve responsive layout
Baitinq
2022-10-28
1
-34
/
+37
*
Frontend: Make the results state Optional
Baitinq
2022-10-28
1
-15
/
+27
*
Misc: Add TODOs
Baitinq
2022-10-28
3
-1
/
+3
*
Frontend: Html: Set footer at the bottom of the page
Baitinq
2022-10-28
1
-36
/
+38
*
Frontend: Logically structure html
Baitinq
2022-10-28
1
-35
/
+39
*
Frontend: Add local bootstrap files
Baitinq
2022-10-28
3
-5
/
+18
*
Fronted: Order search results by priority
Baitinq
2022-10-27
3
-2
/
+20
*
Frontend: Use display_results() function for rendering CrawledResources
Baitinq
2022-10-27
1
-5
/
+14
[next]