about summary refs log tree commit diff
BranchCommit messageAuthorAge
levshteinLEVBaitinq2 years
masterFrontend: Pin yew version to 0.20Baitinq2 years
ngrams_indexerIndexer: NgramsBaitinq2 years
 
 
AgeCommit messageAuthorFilesLines
2022-11-10Indexer: Ngrams ngrams_indexerBaitinq4-0/+13
2022-11-05Indexer: Switch back to not serving frontend with actixBaitinq4-15/+23
2022-11-05Indexer: Hold indexer lock for less time when in search endpointBaitinq1-4/+2
2022-11-05Frontend: Display number of results below search barBaitinq1-8/+17
2022-11-05Frontend: Link the OSSE logo to /Baitinq1-1/+3
2022-11-05Indexer+Frontend: Integrate with actixBaitinq6-7/+69
2022-11-05Indexer: Actix: Use the same service handler with multiple routesBaitinq3-14/+171
2022-11-04Indexer: Add and use language field in IndexedResourceBaitinq3-10/+29
2022-11-04Indexer: Make & implement the trait insert() taking a [word] for insertBaitinq2-27/+24
2022-11-03Indexer: Add missing /search/ routeBaitinq1-1/+4
[...]