You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this behavior as well with the python client. Additionally, in certain documents, encoder set to default, does not result in any highlights. This may be related to special character issue mentioned in #863
githubmanticore
changed the title
The html_strip_mode option in highlight with http request returns an Unknown option: strip_mode error
The html_strip_mode option in highlight with http request returns an Unknown option: strip_mode error
Jan 18, 2023
I have an index with
html_strip
set to 1, when I sethtml_strip_mode
toretain
ornone
in http request, manticore response with an error:The option
index
works fine.reproduce:
create table t(f text) html_strip='1';insert into t(f) values('<p>你好 manticore 哈哈哈哈 </p>')
The text was updated successfully, but these errors were encountered: