@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.
@@ -688,7 +688,7 @@ class UCSearchComponent {
688
688
  }
689
689
  let order = null;
690
690
  if (this.configuration.orderby != null) {
691
- if (this.configuration.orderby.key != "" && this.configuration.orderby.value != "") {
691
+ if (this.configuration.orderby.key !== "" && this.configuration.orderby.value !== "") {
692
692
  order = {
693
693
  key: this.configuration.orderby.key,
694
694
  value: this.configuration.orderby.value