From 491f5b4168c1b1fafcb78a0e12bf389cde602f24 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Fri, 16 Feb 2024 12:02:26 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4042e05..0b2464c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -

- -

+# Laravel Scout Typesense Driver This package makes it easy to add full text search support to your models with Laravel 7.\* to 10.\*. +> [!IMPORTANT] +> The features from the Scout driver in this repo have been merged upstream into [Laravel Scout natively](https://laravel.com/docs/10.x/scout#typesense). +> +> So we've temporarily paused development in this repo and plan to instead address any issues or improvements in the native [Laravel Scout](https://github.com/laravel/scout) driver instead. +> +> If there are any Typesense-specific features that would be hard to implement in Laravel Scout natively (since we need to maintain consistency with all the other drivers), then at that point we plan to add those features into this driver and maintain it as a "Scout Extended Driver" of sorts. But it's too early to tell if we'd want to do this, so we're in a holding pattern on this repo for now. +> +> In the meantime, we recommend switching to the native Laravel Scout driver and report any issues in the [Laravel Scout repo](https://github.com/laravel/scout). +