johnturek / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

Filter doesn't work with version 3.2.1 #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a folder with .txt and .markdown files:

$ mkdir tests
$ cd tests
$ echo "Lorem ipsum" > file.txt
$ echo "Lorem ipsum" > file.markdown

2. Run plugin "advanced-find" in this folder for the word "Lorem" (filter: *; 
Match case; scope: All Documents in Directory). Result is 2 hits in 2 files. No 
problems so far.
3. Now run the same search, but change "filter: *" for "filter: *.txt". Result 
is 0 hits in 0 files.

What is the expected output?
Result should be 1 hits in 1 files.

What version of the product are you using? On what operating system?
Plugin "advanced-find" 3.2.1
Ubuntu 11.10
gedit 3.2.0

Original issue reported on code.google.com by cont...@jpfleury.net on 24 Oct 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Confirmed. Search with multiple filters (eg., 
*.rb|*.haml|*.html|*.js|*.css|*.txt) works under 3.2.0, but not working under 
3.2.1.

Gedit 3.2.1, Arch Linux.

I had to revert back to v3.2.0.

Original comment by n...@gust.com on 24 Oct 2011 at 9:41

GoogleCodeExporter commented 9 years ago
Fixed at v3.2.2 and v2.2.2.

Original comment by swatch.c...@gmail.com on 25 Oct 2011 at 12:16

GoogleCodeExporter commented 9 years ago
Thanks a lot. It works great.

Original comment by cont...@jpfleury.net on 25 Oct 2011 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by swatch.c...@gmail.com on 17 Jan 2012 at 2:10