algolia/algoliasearch-client-ruby

feat: add enableABTest as SearchParameter

Ant-hem opened this issue · 1 comments

Summary

Add the enableABTest query-time only parameter. Defaults to true so that A/B tests are applied by default. Can be set to false to disable A/B tests at query time.

"enableABTest" : true

Nothing needs to be done here