Matt Lynch
Matt Lynch
@SupremeTechnopriest I had this issue late last night but realised that the were a couple of quotes that were messing with the query. I'd look at the `WHERE templates_fts MATCH...
@SupremeTechnopriest Can you log the value of `sql` and `ctx.query.query`? My assumption, based off the code you provided is that there are additional quotes being injected in the first parameter...
I'd recommend using [custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) for this use case. This is the approach that has been taken for [font customisation](https://github.com/vercel/platforms/blob/main/tailwind.config.js#L113).
Hi @zackkrida, Good suggestion! I'll update the plugin tonight 👍.
You saved me a world of trouble, thanks!
For anyone getting an error similar to `error TS7016: Could not find a declaration file for module 'swell-node'.` when you've included @stafyniaksacha suggested file in your `compilerOptions.typeRoots`. I had to...
Thanks for publishing the fork @NoxHarmonium