| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 6 hours | feat(completion): complete both bounds of a date range | Danilo M. | 1 | -0/+7 | |
| Each side of '..' is an independent value against the same model. Entries that are themselves ranges are withheld once a range exists, since date:1week....today is malformed. The token is read to its full extent rather than truncated at the caret: the separator deciding which bound is being edited can sit to the right of the caret. Stems stay caret-bounded so matching never uses untyped text. | |||||
| 6 hours | feat(completion): add the query cursor-context tokenizer | Danilo M. | 1 | -0/+52 | |
| Prefix completion only so far: the token under the cursor, bounded by whitespace or an opening parenthesis rather than by the start of the line. | |||||
