-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
@tomic/lib@tomic/lib@tomic/lib
Description
Using Atomics full text search feature with @tomic/lib could be better.
Currently it's not very straightforward
const subject = buildSearchSubject(
serverUrl,
query,
);
const searchResource = await this.store.fetchResourceFromServer(subject, {
noWebSocket: true,
});
const results = searchResource.get(server.properties.results);Something like this would be a lot better:
const results = await store.search(query);Metadata
Metadata
Assignees
Labels
@tomic/lib@tomic/lib@tomic/lib