ArrowDB 1.3.0 - 17 September 2015
Behavior changes
- Search APIs: All search APIs are deprecated. For text searches, use a
$text
query operator with the query method. Existing datasources created before ArrowDB 1.3.0 can continue to use the search API. New datasources created since ArrowDB 1.3.0 cannot use the search API. Affected APIs include Events.search, Friends.search, Places.search and Users.search.
New features
-
Subscribe or Unsubscribe to Multiple Push Channels: Comma-separate a list of channel names to subscribe or unsubscribe to multiple push channels with the PushNotifications APIs.
-
Text Query Operator: To perform a full-text search on ArrowDB objects, use the
$text
query operator with thewhere
parameter of query methods. For details, see the Search and Query guide.