josdejong / jsoneditor

A web-based tool to view, edit, format, and validate JSON
http://jsoneditoronline.org
Apache License 2.0
11.23k stars 2.02k forks source link

Word matching in search bar #1560

Closed akshitasinghal1999 closed 6 months ago

akshitasinghal1999 commented 6 months ago

Currently there is only one by-default option in search, it matches the sequence of letter within any word. Is it possible to match only entire word?

josdejong commented 6 months ago

That's not yet supported but would be a welcome improvement. Another improvement could be to allow searching case sensitive / case insensitive.

Help to implement this would be welcome.