-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings changes #530
Settings changes #530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing when testing with the v0.13.0rc0
.
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:v0.13.0rc0 ./meilisearch --no-analytics=true --master-key=masterKey
Can you detailed why and, if needed, which PR should be merged before this one for the tests to be fixed? 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with v0.13.0rc0
Update compatibility with meilisearch Remove acceptNewFields and update tests accordingly (#530) Remove sys-info and sys-info pretty (#528) Change error message from bad primary key update Change error messages Create simple meilisearch error Add type for meilisearch error Add tests for attributesToRetrieve in getDocuments Add get and post method for search function Disable eslint warning remove console.log Search method can only accept array of string on bigamous fields Add extra tests to check if typescrypts generics work correctly Update node example Remove undefined from object before sending search Make batches to tests different test methods Update types
The tests in the CI will fail until MeiliSearch
v0.13.0
is out.Currently, tested with the
v0.13.0rc0
, tests are failing because of:genre: 'fantasy'
missing in search tests, fixed in: Post search route #529404
on get system info tests: fixed in Remove sys-info and sys-info pretty #528