fergiemcdowall / norch

A search server that can be installed with npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docCount should return an object

fergiemcdowall opened this issue · comments

Just now it only returns a number which causes some ambiguity with HTML status codes. Change to { docCount: 9999 }

fixed in 0.8.7