-
From docker-couchdb: klaemo/docker-couchdb#48
It’d be cool to have a build of 2.0 that includes the Cloudant Fulltext Search setup described in https://cloudant.com/blog/enable-full-text-search-in-…
-
As I am not sure if this is only a desktop client issue or also caused by the backend, I mention this here as well.
When doing a fulltext search in the desktop client, the links to documents are ge…
-
We currently support Xapian fulltext index via libzim, but we are not supporting search of the title index due to lack of bindings in the libzim WASM.
-
This is because of the lower bound on word length in the index, see: https://mariadb.com/kb/en/full-text-index-overview/#excluded-results
The variable [innodb_ft_min_token_size](https://mariadb.com…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
neulf updated
1 month ago
-
I am searching for cities using the `search_names` field. I was surprised to find this code:
```
# MySQL doesn't support indexing TextFields
INDEX_SEARCH_NAMES = getattr(settings, 'CITIES_LIGHT_IND…
-
I can't figure out how to stub sunspot results in RSpec.
I added `require 'sunspot/rails/spec_helper'` to my `spec/rails_helper.rb` file, and call `disconnect_sunspot` at the top of my test.
My …
-
Non-Fulltext-Search in MyBB ignores "and" and "or" of the first entered keyword of the search.
If I search for "orange", MyBB will actually search for "ange". I can't search for "andi", because Mybb w…
-
### API
C++
### Description
# Installation and Loading
Like other extensions, FTS must be installed and loaded by:
```
INSTALL FTS;
LOAD FTS;
```
# Create FTS:
```
create_fts_index(…
-
Need testing and feedback on upcoming release of PN Fulltext Search 1.1 as there are a couple of changes required to the SQL Server config.
https://projectnami.blob.core.windows.net/plugins/pn-full…