bpmn-io / diagram-js

A toolbox for displaying and modifying diagrams on the web.
MIT License
1.65k stars 418 forks source link

feat(popup-menu): add fuzzy search #908

Closed philippfromme closed 1 month ago

philippfromme commented 1 month ago

Related to https://github.com/camunda/camunda-modeler/issues/4122

Test via npx @bpmn-io/sr bpmn-io/bpmn-js#fuzzy-search -l bpmn-io/diagram-js#fuzzy-search

philippfromme commented 1 month ago
  • Make search a pluggable concern, and plug-in fuzzy search outside of the core.

If we were to do this, at would level would we include fuzzy search? camunda-bpmn-js?

nikku commented 1 month ago

@philippfromme Depends; for our use-case it would probably be camunda-bpmn-js, yes.

philippfromme commented 1 month ago

Since the solution is going to be fairly different, I will close this PR and open a new one.