Search functionality for the CodeMirror code editor https://codemirror.net
  • TypeScript 100%
Find a file
Marijn Haverbeke c8170cbd76 Report preciseness of search cursor matches
FEATURE: `SearchCursor` results now include a `precise` field that is false when
the query matched normalized content that doesn't start or end on an actual document
character boundary.

FIX: `SearchCursor` will no longer ignore matches that don't start or end on
non-normalized character boundaries.

See #19
2026-04-17 10:33:14 +02:00
src Report preciseness of search cursor matches 2026-04-17 10:33:14 +02:00
test Report preciseness of search cursor matches 2026-04-17 10:33:14 +02:00
.gitignore Move to @codemirror/buildhelper 2021-03-09 17:47:10 +01:00
.npmignore Tell TypeScript to not go through dist to load the package itself 2020-12-29 16:52:02 +01:00
CHANGELOG.md Mark version 6.6.0 2026-01-13 11:00:25 +01:00
LICENSE Update maintainer email 2023-01-24 08:20:07 +01:00
package.json Update github links 2026-04-14 20:56:30 +02:00
README.md Update github links 2026-04-14 20:56:30 +02:00

@codemirror/search NPM version

[ WEBSITE | DOCS | ISSUES | FORUM | CHANGELOG ]

This package implements search functionality for the CodeMirror code editor.

The project page has more information, a number of examples and the documentation.

This code is released under an MIT license.

We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.