Sometimes typesense is giving really weird result ...
# community-help
s
Sometimes typesense is giving really weird result and is hard to use: If I search for the title of the exact title of the product: " Ultra Sheer ® Dry-Touch Sunscreen Broad Spectrum SPF 70" it's found perfectly [image 1] If I search for this query: "neutrogena ultra sheer dry-touch sunscreen spf 70". [image 2] It doesn't even appear anywhere Also my config [image 3], if I put twice the weight on brand, why would the first result for [image 2] be: "brand: Pathridge54"
k
@Stefan Hesse I know this is such an old thread, but i just got around to refactoring the text matching engine to handle queries with words that span across multiple fields out of the box without requiring a separated "concatenated" field index. This is available on
0.23.0.rc53
and such cross field matching queries should also be much faster now.
And once this release ships, hopefully nested fields 😉
s
Wow! This is awesome! Will check it out asap! Seems like 0.23 will be a big release with lot's of small improvements. Exciting!
k
Yes, highlight features: - in-place schema changes (adding/removing fields without recreating collection) - infix searching - sort by string field - cross field searching - phrase search - dynamic filtering
🎉 3
d
@Kishore Nallan excited as well for this release - is there any chance of being able to take this RC for a spin on cloud?
k
Yes, please email contact@typesense.org with the cluster ID and we can upgrade that to the latest stable rc build.
1
d
thanks - will do.
the cloud UI doesn’t support text sorting yet?
j
Ah yes, we haven't added support for it yet in Typesense Cloud, since the feature is in an RC build. But it's only a UI limitation. The API itself should support string sorting. We'll add the UI this coming week.
🙌 1
@Dan We just added the ability to sort by strings via the Typesense Cloud UI
🙌 1