Where fulltext search in nopCommerce 4.4?

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