columns.visible => columns visible instead of c...
# community-help
h
columns.visible => columns visible instead of columnsvisible
k
This is on our roadmap, but for now this is not possible. You might have to use a pre-processed field for indexing but show the results on a different unindexed field.
h
okay that was what i was planning to do
k
One trick here is that Typesense can highlight a field that is not queried on, via the
highlight_fields
parameter. So you can query on the pre-processed field but get the proper field highlighted if you want.
h
Thats grand. Ill add a search Title field in that the server can query by. following on from that do you have a list of all special characters that get removed when indexed as i have a second document columns().visible() that would be good to have the () kept in.
k
All special characters except space and newline are removed.
h
Thank you that clear things up for me 👍
👍 2