-
Notifications
You must be signed in to change notification settings - Fork 435
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
[Feature Request] Filter the documents #1141
Comments
I did not create a pull request before getting some feedback. [EDIT] The PR is #1142 |
Nice feature! And the implementation is so easy. I was just thinking whether a regular expression as you used it in the implementation is the right thing. Most users don't know much about RegExp, so a wildcard string could also be an option. But this are already the details. |
At least we could set the property |
Yes, easy to implement it because everything was there. I had just to connect them together.
The Qt API to filter:
In order to support Qt5 and Qt6, so we can use only
Yes, I will do the modification to provide the clear button.
I agree. But it is not yet implemented, waiting @kaamui feedback... |
Can you please explain what inconsistent behavior this has? I could not find anything problematic in the documentation. |
It was a mistake in my side because the implementation of the So this comment was outdated, now |
I added a commit to implement the clearing of the filter when the |
Is your feature request related to a problem? Please describe.
My use-case of OB leads me to got lot of documents that are not always sorted in folders. So I have a very long list of document in the
document mode
. Some of them are renamed with a name that make sense for me.Currently I am not able to find quickly a document with an meaning name due to the list size.
Describe the solution you'd like
If we add a
line edit
to filter the documents list, it will be very convenient.We can imagine something like this:
vokoscreenNG-2024-10-19_13-50-56.mp4
By this way, the list is shorter and I am able to find the right document.
Describe alternatives you've considered
I can imagine only one aspect of the feature that could be an issue : if the user types a string in the filter
line edit
and he forgets it and his action. So he will get a shorter list of documents that could leads him to think some documents are lost.If we think that this risk could exist, we can set the
filter text
temporary, for example:document mode
, we clear thefilter lineedit
.filter lineedit
.Additional context
I did not find any topic about this feature on the internal project page.
The text was updated successfully, but these errors were encountered: