Denis Ferrero
Denis Ferrero
Hi, I things that if you're running the file asis.py you've to remove the word "Recording" from line 259. The line needs to be changed from ```voice_data = record_audio("Recording")``` to...
Yeah, I'm aware of that. But when using the defaultScope the includes, in some way, are ignored and create a wrong SQL query for the count. The start of the...
As I promised: https://github.com/sequelize/sequelize/issues/14816. I'll keep you updated :see_no_evil:
I found that ``iLike`` is available only in PG so to achieve the same result I created this solution ```diff if (_.isString(params.search) && params.search !== "") { let fields =...
I added a new parameter called ``iSearch`` for the case-insensitive search. If both ``search`` and ``iSearch`` are passed only ``search`` will be applied, I thought that using both could cause...