voloko-sdoc 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -268,7 +268,7 @@ Searchdoc.Searcher.prototype = new function() {
268
268
  matchFunc = matchPass1;
269
269
  hltFunc = highlightQuery;
270
270
  } else if (state.pass == 1) {
271
- matchFunc = matchPass1;
271
+ matchFunc = matchPass2;
272
272
  hltFunc = highlightQuery;
273
273
  } else if (state.pass == 2) {
274
274
  matchFunc = matchPassRegexp;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voloko-sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Kolesnikov