typesense / typesense-website

Typesense website and documentation | An open source search engine alternative to Algolia, Elasticsearch and Pinecone
https://typesense.org
39 stars 135 forks source link

Docs: Simple walkthrough for adding the Typesense Laravel Scout Driver to existing projects #233

Closed tharropoulos closed 5 months ago

tharropoulos commented 5 months ago

Change Summary

Adds a walkthrough for adding the Typesense Laravel Scout Driver to an existing project, from start to finish

PR Checklist

jasonbosco commented 5 months ago

@tharropoulos Two more items I just remembered.

1) Could you add a section about enabling queuing, since it's best to do that when using Typesense as the driver: https://laravel.com/docs/11.x/scout#queueing

2) Could you also mention dynamic search parameters: https://laravel.com/docs/11.x/scout#typesense-dynamic-search-parameters

tharropoulos commented 5 months ago

@tharropoulos Two more items I just remembered.

1. Could you add a section about enabling queuing, since it's best to do that when using Typesense as the driver: https://laravel.com/docs/11.x/scout#queueing

Addressed in be74e4a67e6a6ee502f9a9df3c0039db46b388a7

  1. Could you also mention dynamic search parameters: https://laravel.com/docs/11.x/scout#typesense-dynamic-search-parameters You can find it here 1ef74ead0a2c5a2b9256753651c997fdc5a42ad7