Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search processes by process ID #709

Open
jbiblio opened this issue May 8, 2024 · 0 comments
Open

Search processes by process ID #709

jbiblio opened this issue May 8, 2024 · 0 comments

Comments

@jbiblio
Copy link
Contributor

jbiblio commented May 8, 2024

"As a BPMN maintainer, I'd like to be able to search processes by their ID."

I'd like to propsoe #704.

This would introduce a simple search box by BPMN process id. The PR contains a rather simple implementation:

  • minimum 3 characters (to not return all processes by an empty search)
  • "starts with" semantics (search for proce*)
  • add an additional index on some column.

That index may cause issues when deploying this feature on a large data set, since it may block the database completely (seen on Postgres).

--> A warning on the release page would be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant