After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172355 - Autofilter includes entries that should be filtered out
Autofilter includes entries that should be filtered out
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Main System
1.4.x
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-04-01 14:06 UTC by Tommi Komulainen
Modified: 2005-05-13 13:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tommi Komulainen 2005-04-01 14:06:41 UTC
Please describe the problem:
Applying an autofilter fails to filter out rows under certain circumstances. 
Seems like it's doing substring match instead of exact match.

Steps to reproduce:
1. Add a row reading 'foo'
2. Add another row reading 'non-foo'
3. Add autofilter for the column
4. Select 'foo' filter


Actual results:
Both 'foo' and 'non-foo' elements are show.

Expected results:
Only 'foo' elements are shown.

Does this happen every time?
Yes

Other information:
Comment 1 Jody Goldberg 2005-05-13 13:17:09 UTC
There were a few issues here
- The ui was swapping 'beings with' and 'ends with'
- The filter was using 'contains' in place of equality.

Both are fixed for 1.5.2, and 1.4.4