-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Pagination in BOM not aggregating results from quick search field #10400
Comments
Yep, this is more a searching/filtering for the results of the current page (ie. displayed) than a search that refresh data. That's why this input is below the "filter results" button and near other actions that change the display of the current results. Actually, I'm not sure this is a bug... Maybe it's not clear enough? Because yes, due to new pagination, this could be disturbing for user that used to use the interface before... |
@jibees I think it's also disturbing for users that compare this to the regular orders page. What would be your estimate to move the quick search above the filter and make it work with pagination? (I'm trying to see if we are looking at papercut material here). |
ooopsy yes I meant product page 🙈 But you still have many search fields like name where you can type anything |
One comment.
So what?
Then, I'm wondering if there can have a quick win: user mostly search through insert a line item attribute here, so let's do that quick win for now, and open an issue to improve that search. What do you think? |
(Actually maybe I'm wrong and we could create a search query that search for all attributes ; I should investigate more) _EDIT: _ since I leave for hollidays in few hours, I've open a draft PR that actually solves a bit the issue we have here. |
Description
Related to #10375.
If a search is made on BOM and the results are filtered through the quick search field, then these are spread out between different pages.
Expected Behavior
Pagination should consider the results from the quick search field.
Actual Behaviour
Pagination is not considering the results from the quick search field.
Steps to Reproduce
Animated Gif/Screenshot
searching for "name" - which in this case can be a customer name, but also a line item:
Page 1
Page 2
Page 3
Workaround
Navigate through the different pages, to see the results from the quick search field.
Severity
I think all results are appearing. bug-s4?
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: