Showing 10 of 1,204 results.

Creating the "Reply To" Link | Reply Forms

…ou need to include a "Reply To" link on your site. The exact wording, styling, etc. does not matter. The only thing that matters is that you include the following markup on the "Reply To" link (Note: only the meerkat-* data attributes are...

Query and Search Transformers | Index Configuration

⚠️ Read first before continuing : The documentation search provider provides additional query and search transformer concepts. While these features have a similar name to Statamic's search transformers , they behave slightly differently. The...

Search Results Tag

…using it is slightly different. The most notable difference is that each search result will always return an array of items . The first item in the items array will correspond to the primary result for the current search result. If the...

Rendering "Normal" Search Results | Search Results Tag

To render a more traditional Statamic search results page, where each result appears as its own item, we can set the group_results parameter to false , and only consider the first item in each result's items array: 1 {{ documentation : results...

Laravel Artisan Queue Command: The queue:table Command

The queue:table command is used to create a new migration for the jobs database table. This table is required to use the database queue driver. This command defines no parameters and can be used like so: 1 php artisan queue:table The migration...

Filter Search