From 41284bcf4fd959581c6fabf70d71da76020cb0e0 Mon Sep 17 00:00:00 2001 From: mwells <mwells@mwellsvb.(none)> Date: Mon, 7 Apr 2014 14:24:52 -0700 Subject: [PATCH] add diffbot support to admin doc --- html/admin.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/admin.html b/html/admin.html index 7f28a090..b84e20fb 100644 --- a/html/admin.html +++ b/html/admin.html @@ -149,7 +149,8 @@ rather your current working directory, where the 'gb' binary resides. <li> Sorting. Sort the search results by meta tags or JSON fields that contain numbers, simply by adding something like gbsortby:price or gbrevsortby:price as a query term, assuming you have meta price tags. <li> Easy Scaling. Add new servers to the hosts.conf file then click 'rebalance shards' to automatically rebalance the sharded data. <li> Using &stream=1 can stream back millions of search results for a query without running out of memory. -<li> Nested boolean queries using AND, OR, NOT operators +<li> Nested boolean queries using AND, OR, NOT operators. +<li> Built-in support for <a href=http://www.diffbot.com/>diffbot.com's api</a>, which extracts various entities from web sites, like products, articles, etc. </ul> <br>