Alec Ritson
Alec Ritson
Hey @markboulton Thanks for the feedback, I think the `limit` and `order_by` are specific to whether that's what the API you queried returns (Placid doesn't actually add anything to the...
I've been looking into the path based query question you had and started working on it, how do you feel about the following? Say you had your url as: `https://jsonplaceholder.typicode.com/{endpoint}/{number}/{type}`...
Hi @ahmad753 I'm not sure this fixes anything, can you explain more what you're trying to solve?
Hi @ven7ura Could you try bumping the api version to `0.11.4` and try again.
At the moment there isn't anything for exact matching, but the search should be pretty good at displaying the product that matches the SKU first in the results.
Hi @Nielsvanpach Thanks for this, will pull it down and have a closer look :) just want to be sure that there's no hidden gotchas with PHP8.
Thanks @Tofandel and good spot! Will look to get this patched out in the next release 👍
By default the package will look for `.twig` files and from your example your adding this code to a `.php` file, have you changed the extension option in `config/twigbridge.php` ?
We've introduced our own tables package to get started on `0.1.0-rc.1`
Yeah I think it's a good idea to have. @ryanmitchell I think you need to run `vendor/bin/monorepo-builder merge` at the root level so the tests get access to the new...