git ssb

7+

dinoworm 🐛 / patchcore



Commit 9948227317043fdb89ba84d455ae0c8a28413879

add sbot.pull.search

Matt McKegg committed on 2/19/2017, 12:13:03 PM
Parent: dea64669e4f83c0fcc780a9f3e042477cb141db7

Files changed

sbot.jschanged
sbot.jsView
@@ -30,8 +30,9 @@
3030 userFeed: true,
3131 query: true,
3232 feed: true,
3333 links: true,
34 + search: true
3435 },
3536 obs: {
3637 connectionStatus: true,
3738 connectedPeers: true,
@@ -174,8 +175,11 @@
174175 )
175176 }),
176177 links: rec.source(function (query) {
177178 return sbot.links(query)
179 + }),
180 + search: rec.source(function (opts) {
181 + return sbot.fulltext.search(opts)
178182 })
179183 },
180184 obs: {
181185 connectionStatus: (listener) => connectionStatus(listener),

Built with git-ssb-web