Search functionality and separators #8324
-
Hi, Have a .md doc page containing the following example string: When i enter If we take a look at the generated search_index.json string is present there
Have followed strictly the instructions from plugin doc, made multiple separator reg-ex, but issue is still observed. Any idea what I'm doing wrong? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @gnikpub, You can also read up on the links mentioned in that thread to get more context on the topic. The answer is there are no plans to make any changes to the current old implementation, so either wait for the new search solution, or customize it by yourself to fix the tokenizer. |
Beta Was this translation helpful? Give feedback.
-
@kamilkrzyskow, thx for clarification and sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
Hi @gnikpub,
the most recent comment from the maintainer can be seen here:
You can also read up on the links mentioned in that thread to get more context on the topic.
The Issue above also contains a JavaScript snippet with a PoC fix.
The answer is there are no plans to make any changes to the current old implementation, so either wait for the new search solution, or customize it by yourself to fix the tokenizer.