From: Mike Taylor Date: Mon, 11 Aug 2014 12:36:51 +0000 (+0100) Subject: Reorder team API functions. X-Git-Tag: 1.0.0~39^2~7^2~4^2~32 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d072df27ed1e1bf7c03fcf5b78cad915187f5de8 Reorder team API functions. --- diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index d302027..20ad83a 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -160,6 +160,10 @@ properties. convenient to do it this way. If you must insist on using this, see the `Navi` widget, which is the only place it's used. +* `Bool team.targetFiltered(targetId)` -- + Indicates whether the specified target has been filtered by + selection as a facet. + * `Hash team.config()` -- Access to the team's configuration settings. There is almost certainly no reason to use this: the settings that haven't @@ -175,10 +179,6 @@ properties. Returns the queue associated with the named event: this can be used to subscribe to the event (or more rarely to publish it). -* `Bool team.targetFiltered(targetId)` -- - Indicates whether the specified target has been filtered by - selection as a facet. - * `Void team.newSearch(query, sortOrder, maxrecs, perpage, limit, targets, targetfilter)` -- Starts a new search with the specified parameters. All but the query may be omitted, in which case the prevailing defaults