-
Fulltext is one of the key requirements for the e-commerce catalogs. But is also super-hard to implement. Currently our string based search is sub-optimal and doesn't use no specialized index. We have…
novoj updated
2 months ago
-
### Pitch
Full-text search will become much more useful in the upcoming 4.2 release, but it requires ElasticSearch to function. ElasticSearch is known to be especially heavyweight, which is a chall…
-
great job! thank you so much for sharing the cypher-parser. Is it possible to enable fulltext?
-
Will you have fulltext search support plan in future
-
Hey,
first of all thank's for this great work. (I have seen the finance discussion on slimdevices forum and I think this would be one of the very few projects I would even support with a subscripti…
-
# Support
## Description
I am looking for a full text search for my website. This is already the TYPO3 V10.2.2 and the Bootstrap_package version 11.0.0-dev
Is something native offered here or i…
-
Hi jasonmk, I'd like to be able to search over models using specific fields, although I noticed that in your documentation for the class the `:fields` option is not yet implemented. Is this still the …
-
Originates from https://github.com/FAForever/downlords-faf-client/issues/1681
In general Elide supports fulltext search utilising Hibernate Search with a [SearchStore](https://github.com/yahoo/elid…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| BC Break | no
#### Summary
It appears that
#[ORM\Index(name: "article_fulltext", columns…
-
### What problem does the new feature solve?
since v0.9, GreptimeDB supports full-text index for string columns with the extra `fulltext` option:
```sql
CREATE TABLE `logs` (
`message` STRING …