Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed May 6, 2013
1 parent d5a43ac commit a4ca522
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,12 @@ implementation. It's also respects NodeJS code convention.

This implementation is based on the Python Official Sphinx Client.

## Contributors

* [Nicolas Thouvenin](https://github.com/touv)
* [Alexey Gordeyev](https://github.com/biggora)
* [johnmarkg](https://github.com/johnmarkg)

# Installation

With [npm](http://npmjs.org) do:
Expand Down Expand Up @@ -62,6 +68,7 @@ from the official documentation : http://sphinxsearch.com/docs/current.html#api-
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetIndexWeights (weights)
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetIDRange (minid, maxid)
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetFilter (attribute, values, exclude)
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetFilterRange (attribute, min, max, exclude)
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetGeoAnchor (attrlat, attrlong, latitude, longitude)
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetGroupBy (attribute, func, groupsort )
### ![Porting Status](https://github.com/touv/node-sphinxapi/raw/master/vert.png) SetGroupDistinct (attribute)
Expand Down
13 changes: 11 additions & 2 deletions package.json
@@ -1,8 +1,17 @@
{
"name": "sphinxapi",
"version": "1.0.7",
"version": "1.0.8",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
"contributors": [],
"contributors": [
{
"name": "Alexey Gordeyev",
"url": "https://github.com/biggora"
},
{
"name": "johnmarkg",
"url": "https://github.com/johnmarkg"
}
],
"description": "Native javascript implementation of the standard Sphinx API",
"tags": [
"api",
Expand Down

0 comments on commit a4ca522

Please sign in to comment.