add example for gbsortby:sitenuminlinks into syntax page

This commit is contained in:
mwells 2014-10-01 12:07:01 -07:00
parent 0075dfee84
commit 854767e074

@ -3851,6 +3851,15 @@ struct QueryField g_fields[] = {
NULL,
0 },
{"gbsortbyint",
FIELD_GBSORTBYINT,
false,
"gbsortbyint:gbsitenuminlinks",
"Sort all documents by the number of distinct inlinks the "
"document's site has.",
NULL,
0 },
{"gbrevsortbyint",
FIELD_GBREVSORTBYINT,