-
### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9
Umbraco 9.4.3, 10.0.0
### Bug summary
I am getting a strange error from a basic examine query, it looks lik…
-
The following exception
```
java.lang.IllegalArgumentException: field name should not be null!
at org.apache.lucene.queryparser.flexible.core.config.FieldConfig.(FieldConfig.java:36)
at org.apache.…
-
http://lucene.apache.org/core/7_1_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Terms
We should add support for phrases enclosed in double quotes.
If possible, this sh…
-
Add some way to have generic searching for a given endpoint.
Initial thoughts:
- Use something like [go-queryparser](https://github.com/lrstanley/go-queryparser)?
- Could include filtering addition…
-
Hi. @npgall
The value of the field `name` is a fuzzy `pattern`, such as `John%`; I use SQL: `SELECT * FROM cars WHERE 'John Nash' like name`, but it throws an exception. I need your help! Thanks …
-
I've found myself in a situation where it is undesirable to parse semicolons as query separators.
There is a `colonSeparators: Boolean` parameter in `QueryParser`, but there is no way to set its' val…
-
### Feature Description
Currently, QueryParser in Fiber does not support setting default values for query parameters directly in the struct. This enhancement request suggests adding the ability to de…
-
We devised a first implementation of the suggester component in DDI.
# Proposal
We slightly modify the `d:QuestionItem/d:CodeDomain` for a single answer question with:
```xml
suggester
…
-
## Describe the Bug
facter is not detecting that my cloud provider is aws on a specific system
## Expected Behavior
A clear and concise description of what you expected to happen.
`facter -p clo…
-
The patch is very simple for play.module.search
In the functions count and executeQuery
```
QueryParser qp= new QueryParser(Search.getLuceneVersion(), "_docID", Search.getAnalyser());
…