-
I am getting an error with the graph_retriver function where the fulltext search is being done. The method
`db.index.fulltext.queryNodes("entity", $query, {limit:2})`
returns an error saying th…
-
```
What steps will reproduce the problem?
1. login to honeycrm, make sure it is populated with some data
2. start the full text search across all modules
3. according to profiling results fulltext se…
-
This requires some ts_vector magic.
-
As my nextcloud instance filecache record raise up to 2 millions rows, the search performance comes slow. By read about the source code, I found 2 reasons:
1. `lib/private/Files/View.php:searchComm…
-
There are several flaws with the new admin table filter and search implementation.
1. One can only choose one filter at the time
2. The fulltext search submits on key stroke
3. Scope selection di…
-
### ⚠️ Before submitting, please verify the following: ⚠️
- [X] This is a **bug**, not a question or a configuration issue.
- [X] This issue is **not** already reported on Github (I've searched it…
-
ruby 2.0.0, triez 1.0.4
``` ruby
trie = Triez.new(value_type: :object, default: nil)
corpus = ["секс и ничего лишнего", "секса много не бывает", "стив роджерс становится секс-символом америки (2014-0…
-
### What change would you like to see?
I would like to know I'm using a prefix search rather than full text search or just use full text search.
### Context
I noticed this when searching for a coll…
-
Currently I do not see a possibility to search for content in a card. Is there a deeper reason for this missing feature?
-
**Reason (Why?)**
To achieve results quickly, the search should be implemented in parts. This is the third part of three (see related issues).
**Solution (What?)**
This third part of the new sear…