It would be so cool to get results as you type (like google). You see what is possible and you can select what to search)
It would be easy to implement with elasticsearch (with edge ngram).
Search found 4 matches
- Wed Jul 27, 2022 7:46 pm
- Forum: Feature requests
- Topic: Search as you type
- Replies: 0
- Views: 43
- Wed Jul 27, 2022 6:22 pm
- Forum: Issues or Errors
- Topic: Problem with elasticsearch
- Replies: 1
- Views: 52
Re: Problem with elasticsearch
Hi, I fixed search in Elasticsearch and added some mappings. It could need further changes to get it working the way you want. Feel free to ask. Best would be to have setting directly in the backend of mayan. Elasticsearch such a beast. Anyway, I now only use one type of search for each field. most ...
- Tue Jul 26, 2022 2:58 pm
- Forum: Issues or Errors
- Topic: Problem with elasticsearch
- Replies: 1
- Views: 52
Problem with elasticsearch
When I search document with term with many words, most of the results are irrelevent and don't contain any of these words search would probably be ok, with only "match" request . You can add fuzzyness there. I didn't know that search supported regular expression. You could use the wildcard...
- Tue Jul 26, 2022 12:41 am
- Forum: Issues or Errors
- Topic: ElasticSearch bulk reindexing errors
- Replies: 2
- Views: 104
Re: ElasticSearch bulk reindexing errors
Hi, I found the thread searching for a problem I had with elasticsearch and mayan. When I search for any term, I only get irrelevant results. Anyway,I need further debugging before submitting bugs. But I have question. Why are you using a keyword es field for indexing many uuid? You can't search int...