6 Commits (17a2829d7c8bedaf5513770fe39555ea07003cb7)

Author SHA1 Message Date
Jacky Zhao 5ef9aad501 feat: add support for semantic search using operand 2 years ago
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
3 years ago
Jacky Zhao fcd5d2807d feat: dynamically fetch indices 3 years ago
jackyzha0 1c851271ea add search support 3 years ago
jackyzha0 ea69050587 add base pages 3 years ago
jackyzha0 c01138a81c add base structure 3 years ago