searchBuilder between not work for Number
searchBuilder between not work for Number
sarooptrivedi
Posts: 62Questions: 19Answers: 2
Hey Colin,
In your example link for the server side searchBuilder Salary (Number) field not working.
the conditions dropdown is not popup
https://editor.datatables.net/examples/extensions/searchBuilder.html
I am working with server side searchBuilder and I just found this.
Answers
Actually none of those conditions are working. I believe that this has already been reported, but not yet fixed.
@tangerine What exactly is not working correctly in Search Builder? I have this in my production system and so far have not had any issues. I want to make sure there isn't something I need to warn my users about. Thanks
Perhaps you have a link to the known issue reported?
Go to the example linked above:
https://editor.datatables.net/examples/extensions/searchBuilder.html
Open the browser's console. Click on a field and you will see this error:
The Condition button does not work due to this error.
Kevin
@kthorngren Ah, thanks. That SearchBuilder 1.2 and I am on the Released version 1.3.3, not server side so no issue.
Cheers
@desperado That example is using Search Builder 1.3.3. All the examples use the latest released code. You can see what all the versions being used at the bottom of the Javascript tab. I'm not sure what the issue is but likely its related to using SSP.
Kevin
@kthorngren I read the title of the page wrong. It said "Since SearchBuilder 1.2..." and for some reason I was thinking 2.X, haha
Must be SSP because I am not using SSP and it works fine. Good to know. Thanks for correcting me.