Where fulltext search in nopCommerce 4.4?

Hace 2 años
In nopCommerce 4.3 I am using normally, but on nopCommerce version 4.4 I don't know where to set up fulltext search.

Please help me clarify?
Hace 2 años
It got removed in 4.40.x
https://github.com/nopSolutions/nopCommerce/blob/12dd4825dfb56bbc64e192cd35d25e3205427646/src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo440/LocalizationMigration.cs
Hace 2 años
Why did they drop that feature, while I used it from the first nopCommerce introduction to version 4.3
Hace 2 años
We've removed our implementation of fulltext search since we are no longer using stored procedures OOTB (see details here). We are going to add the infrastructure for third-party search providers in the next version.
Hace 2 años
I hope you will add basic search integration for end users using the No-Source version
Hace 2 años
RomanovM wrote:
We've removed our implementation of fulltext search since we are no longer using stored procedures OOTB (see details here). We are going to add the infrastructure for third-party search providers in the next version.


and now the search on the site has become terribly inconvenient
Hace 2 años
@WebMorda
Please clarify "inconvenient"
Hace 2 años
New York wrote:
@WebMorda
Please clarify "inconvenient"


now users cannot find the product on the site.

I sell books, frequent search for part of a book title + author or publisher. now such a search will not find anything

the site has become inconvenient for the buyer and he leaves
Hace 2 años
You can use third party search engine service like dooFinder, algolia etc to serve your requirement. We have integration for those.
Or you can modify search product method at least to enhance searching at some level.
https://www.nopcommerce.com/en/boards/topic/92462/v440-help-needed-trying-to-modify-searchproducts#289991
Hace 2 años
WebMorda wrote:
@WebMorda
Please clarify "inconvenient"

now users cannot find the product on the site.

I sell books, frequent search for part of a book title + author or publisher. now such a search will not find anything

the site has become inconvenient for the buyer and he leaves


You could use the third party extension to add full-text search.