Hi guys, I am searching the term `5980` in order t...
# community-help
l
Hi guys, I am searching the term
5980
in order to retrieve a document with a field value of
pp-nau-5980-1r-001
but it doesn’t find the document. Is this an expected behavior?
j
@Loïc This is indeed expected default behavior, since Typesense only does a prefix search by default. Here's how to allow searches in the middle of strings (aka as infix search): https://typesense.org/docs/guide/tips-for-searching-common-types-of-data.html#model-numbers-part-numbers-skus
l
Hi @Jason Bosco, thank you! I will look into the
Copy code
token_separators
I wish there was a way to update the schema easily..!
j
In the upcoming version you can change field definitions. We'll be supporting token_separators in a later version
l
What version supports field definitions updates?
j
I'd recommend using
0.23.0.rc69
l
If I want to add
Copy code
token_separators
I need to reinstall all the collection schema + data right?
j
Correct
l
It cannot be done in the cloud interface, right?
j
Not at the moment. You can only schedule it for us to do it from our side. Just saw you scheduled an upgrade. Happy to fast track it to now if you'd like
👍 1
Ok queueing it up now
l
When you have a moment with pleasure
When you link Typesense with Firebase it is crucial to have the possibility to update the schema otherwise it costs you to trigger the backfill of all the firebase collections..
j
Oh I see, didn't know this. Good to know now!
We've queued up the upgrade. It should be done in 15 minutes.
l
Thank you 👍
j
You should be all set
l
Perfect, thank you @Jason Bosco