A bit like Solr, but much smaller and not as bright
-
Updated
Apr 7, 2021 - JavaScript
Add a description, image, and links to the full-text-search topic page so that developers can more easily learn about it.
To associate your repository with the full-text-search topic, visit your repo's landing page and select "manage topics."
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for
remoteFunction(
shows where it's still being us