Sarah Gilberg
Sarah Gilberg
Hi, I have configured purifier to allow all table-related tags, but when I run `clean()` on such html, everything inside of the `` tag is removed except the text itself....
- Laravel version: 10.48.10 - Algolia Scout Extended version: 3.1.0 - Algolia Client Version: 3.4.1 - Language Version: ### Description First time experimenting with the Aggregator feature, and it's quite...
Add 'fullyHighlighted', 'matchLevel' and 'matchedWords' to '_highlightResult' in autocomplete client
**Description** In the hits returned from `getAlgoliaResults`, the `_highlightResult` object includes not just the `value` of the attribute but also three properties that help to interpret the match: `fullyHighlighted`, `matchLevel`,...
### What Happened We have the following architecture tests in our Laravel app: ```php arch('json resources') ->expect('App\Http\Resources\*Resource') ->toExtend('Illuminate\Http\Resources\Json\JsonResource'); arch('json resource collections') ->expect('App\Http\Resources\*ResourceCollection') ->toExtend('Illuminate\Http\Resources\Json\ResourceCollection'); ``` Previously, this test was passing (we...