I have add the module in one page of my website and it does nothing when i hit search button. I saw in browser's console that there is o problem with jquery. I have paste below my browser's console logs.
2019-01-31-17-45-57:436 Uncaught TypeError: jQuery(...).sortable is not a function
at HTMLDocument.<anonymous> (2019-01-31-17-45-57:436)
at c (jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2)
at Object.fireWith [as resolveWith] (jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2)
at Function.ready (jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2)
at HTMLDocument.F (jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2)
(anonymous) @ 2019-01-31-17-45-57:436
c @ jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2
fireWith @ jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2
ready @ jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2
F @ jquery.min.js?3b3ebed4f612fffd8d5a95f8beaf5cb6:2
I'm glad for your help in advance.
Thanks!