Where fulltext search in nopCommerce 4.4?

Il y a 2 ans
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?
Il y a 2 ans
It got removed in 4.40.x
https://github.com/nopSolutions/nopCommerce/blob/12dd4825dfb56bbc64e192cd35d25e3205427646/src/Presentation/Nop.Web.Framework/Migrations/UpgradeTo440/LocalizationMigration.cs
Il y a 2 ans
Why did they drop that feature, while I used it from the first nopCommerce introduction to version 4.3
Il y a 2 ans
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.
Il y a 2 ans
I hope you will add basic search integration for end users using the No-Source version
Il y a 2 ans
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
Il y a 2 ans
@WebMorda
Please clarify "inconvenient"
Il y a 2 ans
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
Il y a 2 ans
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
Il y a 2 ans
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.