molecuel / mongolastic

Mongolastic - Mongoose middleware for elasticsearch integration
MIT License
8 stars 4 forks source link

index names helper; indices api methods implemented (partial) #1

Closed alexanderknapstein closed 10 years ago

alexanderknapstein commented 10 years ago

e.g. fixing problem with not-only lowercase model names

Signed-off-by: Alexander Knapstein alexander.knapstein@inspirationlabs.com

alexanderknapstein commented 10 years ago

the following error occurs, if a given model name has uppercase letters: "Could not save in Elasticsearch". toLowerCase fixes that, and a helper function harmonizes the string modification in one place.

DominicBoettger commented 10 years ago

Fixed unit tests after merge