BrianWoolfolk

Results 4 issues of BrianWoolfolk

Fixes #7134 This PR addresses the previous issue regarding the new JavaScript methods `toSort()` and `toReversed()`. The approach here was to mention the existence of these new methods in the...

CLA Signed

Fixes #13840 `IndexSortSortedNumericDocValuesRangeQuery` now implements a similar logic (using `DocValuesSkipper`) as `SortedNumericDocValuesRangeQuery`'s `getDocIdSetIteratorOrNullForPrimarySort` method. ### Description Since `IndexSortSortedNumericDocValuesRangeQuery` and `SortedNumericDocValuesRangeQuery` share similarities regarding _primarySort_, I updated the first one's logic...

Closes #11907 Added optional chaining operator (`?.`) when checking for `signal.aborted` because it throws an error in [older browsers](https://caniuse.com/mdn-api_abortsignal_aborted).

CLA Signed

Closes #12007 The normal behavior is: `fetcher1.load()` gets cancelled if a `fetcher2.action()` is called, then the `fetcher1.load()` is called again because of revalidation. The problem (bug?) is that a _cancelled_...

CLA Signed