@zengenti/contensis-react-base 3.0.0-beta.31 → 3.0.0-beta.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/search.js CHANGED
@@ -1025,7 +1025,7 @@ const equalToOrIn = (field, value, operator = 'equalTo') => {
1025
1025
 
1026
1026
  const between = (field, value) => {
1027
1027
  const handle = betweenValue => {
1028
- const valArr = betweenValue.split('-');
1028
+ const valArr = betweenValue.split('--');
1029
1029
 
1030
1030
  if (valArr.length > 1) {
1031
1031
  const [minimum, maximum] = betweenValue.split('-');