Bug 13758 - Virtual List View (VLV) fails to notice changes to original search
Summary: Virtual List View (VLV) fails to notice changes to original search
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-23 01:41 UTC by Garming Sam
Modified: 2019-01-23 01:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Garming Sam 2019-01-23 01:41:24 UTC
With the new code for paged results, we noticed some irregularities with our VLV implementation. There are a number of cases where changing parts of the search when returning with the cookie does not follow the behaviour of Windows.

The following is a list of (possible) discrepancies, partly documented in the code + knownfail:

1) If an object no longer matches the original search expression, it is not re-filtered.
2) If the search expression is changed, it doesn't appear that we notice.
3) If the controls are modified, it doesn't appear that we notice.