-
Firstly, really love the perf improvements in `v1.3.0`.
I'd love to see a fuzzy-search implemented if you have already specified the user to search under, ie to narrow the results to a subset/a sel…
-
I have not seen the algorithm used to fuzzy match filenames, but here's a description of how I think it works currently:
- For the search term `abc`, search for files matching the regular expression `…
Flimm updated
8 years ago
-
### Steps to reproduce
1. Join room dialog
2. Search for "Element testing"
3. See only one result, which is not "Element community testing"
### Intended result and actual result
#### What d…
-
Hello Experts,
This is urgent requirement of supporting "fuzziness": "AUTO" in sql MATCH_QUERY.
Currently the Elasticsearch query being generated corresponding to sql query doesn't have "fuzziness…
-
### Describe the bug
Searching for a model e.g. `f_my_model` often returns results where the model in question is surprisingly far down the list.
We often have models with similar names with differe…
-
I just noticed:
https://github.com/akissinger/dodo/blob/503763c4d738af79ee0d761c47920e9a7b61855a/dodo/pgp_util.py#L69-L79
Where the `any(re.search(addr, u) for u in k['uids'] for addr in recipie…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Th…
-
fish 2.4. On a Linux box, type:
> cp --backup=mp
and press tab. This will replace the last argument with `simple`.
The problem is that callers of `complete_from_args` need to use `prepend…
-
@adamperlin @mfekadu
**Describe the bug**
So first, some good news (in a bug report!): accessing views works fine. I made an SQLAlchemy object to access the Professor/Section view and get_propert…
-
I really enjoyed your article on Sublime's fuzzy search and appreciate your efforts to recreate what seems to be some kind of magic to me.
After playing around on your live demo, I noticed that con…