-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
278: Changed camel case keywords to snake case r=brunoocasali a=jason-hobbs Was getting warnings in tests and logs like so: Non-conforming attributes: searchableAttributes, sortableAttributes Attributes will be expected to be snake_case in future versions of Meilisearch Ruby. Changed all instances of camel case to snake case to make warnings go away and to resolve the deprecations. Co-authored-by: Jason Hobbs <jason.hobbs@hey.com> Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
- Loading branch information
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters