Searching "C++" in Typesense Results in C# Instead
TLDR Gines had issues with searching "C++" in Typesense. Kishore Nallan suggested enabling indexing of symbols during collection creation to resolve the issue.
Nov 11, 2022 (13 months ago)
Gines
12:12 PMHow can I manage to search "C++" in typesense? it is giving me C# results instead of c++, I tried writing "C plus plus" as well.
I am using typesense 0.24.0rcn31 and my search is made with instantsearch and php. Thank you!
Kishore Nallan
12:14 PM{
"name": "docs",
"fields": [
{"name": "title", "type": "string"}
],
"symbols_to_index":["+"]
}
Kishore Nallan
12:15 PM+
and ensure that C++
is found.Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Typesense Username Search Issue with Dashes or Underscores
Jonathan had issues with searching for usernames with dashes or underscores in Typesense. Kishore Nallan advised using the `symbols_to_index` parameter to index special characters.
Issue with Typesense Search and Special Characters
gab faced an issue with Typesense when searching with special characters. Jason and Kishore Nallan provided support and identified the issue as a bug. The problem was resolved after upgrading to `0.25.0.rc44`.
Resolving Typesense Search Issues
Conversation started by Maximilian about Typesense search behavior led to Users Kishore Nallan and Mike discussing and suggesting workaround, with Kishore Nallan promising an official solution soon. No final confirmation of resolution provided.