n-search-parser icon indicating copy to clipboard operation
n-search-parser copied to clipboard

🔎 A sane, fast, not too smart, search expression parser.

Results 5 n-search-parser issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/Financial-Times/n-search-parser). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@dotcom-tool-kit/eslint](https://togithub.com/financial-times/dotcom-tool-kit/tree/main/plugins/eslint) ([source](https://togithub.com/financial-times/dotcom-tool-kit/tree/HEAD/plugins/eslint)) | [`3.2.0` -> `3.2.1`](https://renovatebot.com/diffs/npm/@dotcom-tool-kit%2feslint/3.2.0/3.2.1) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://circleci.com/developer/orbs/orb/circleci/node) | orb | minor | `4.6.0` -> `4.9.0` | :information_source:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@financial-times/n-gage](https://togithub.com/Financial-Times/n-gage) | [`^8.3.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@financial-times%2fn-gage/8.3.2/9.0.1) | [![age](https://badges.renovateapi.com/packages/npm/@financial-times%2fn-gage/9.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

bash: ```shell echo 'console.log(JSON.stringify(require("@financial-times/n-search-parser").parse("NOT something")))' | node ``` output: ```json {"left":null,"operator":"","right":{"type":"word","text":"something","offset":4,"length":9}} ``` In this scenario, I would expect operator to be "NOT".

bug