twenty
twenty copied to clipboard
[Filter] Search on Workflow seems not working
When trying to filter using the search, I am expecting the worklow table to be empty if my search does not correspond to any workflow name.
After investigation, this is not a bug but probably a desired behaviour whan an object has no TSVECTOR to return this search filter. IMO we should discuss this @Bonapara because it was confusing to me at first.
Possible solutions:
- we could remove/disable the search filter from the fitlers when they are not possible
- we could try to add a tsvector for every single object (in this case workflows)
Created by: Guillaume Lancrenon