@adins/ucsearch 3.4.6 → 3.4.7

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.
@@ -693,7 +693,7 @@ class UCSearchComponent {
693
693
  }
694
694
  let order = null;
695
695
  if (this.configuration.orderby != null) {
696
- if (this.configuration.orderby.key != "" && this.configuration.orderby.value != "") {
696
+ if (this.configuration.orderby.key !== "" && this.configuration.orderby.value !== "") {
697
697
  order = {
698
698
  key: this.configuration.orderby.key,
699
699
  value: this.configuration.orderby.value