VirtoCommerce/vc-module-catalog

Disable indexed search for catalog module with advanced syntax bug

ruyi-kooboo opened this issue · 5 comments

Hi best team, we need your help.

Version info:

  • Platform version: Ver 3.35.0
  • Module version: Ver 3.23 or later

Expected behavior

Results can be found by keywords

Actual behavior

Results can not be found by keywords sometimes

Steps to reproduce

  1. Disable indexed search for catalog module with advanced syntax
  2. Create an item product with code 'ABC-123456'
  3. Search by code 'ABC-123456'

Reason for the bug

  1. We will convert some special char, for example: '-' will be converted to '\\-'
    =>
    =>

image
2. We didn't make any other converts or matches when we did the query

Best wishes,
Ruyi

yecli commented

Are you using Lucene search provider, or Elastic?

Hi @yecli,

I'm using Luence, and I want to disable the search provider (indexed search for catalog)

image

Thanks~

Hi @OlegoO,

I see you close the ticket, but I don't find we fix the bug, am I missing something here?
If you test it, you will find it still here on the latest version, see the below screenshots, they use latest version to test.
image
image
image

BR,
Ruyi