Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 21, 2017
1 parent 4fa3e84 commit f8963bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions lib/processors.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@ function stripHtml ( ) {
"aring": "å",
"Aring": "Å",
"ouml": "ö",
"Ouml": "O",
"Ouml": "Ö",
"auml": "ä",
"Äuml": "Ä",
"Auml": "Ä",
"Oslash": "Ø",
"oslash": "ø",
"uuml": "ü",
"Eacute": "É",
"eacute": "é",
"Ntilde": "Ñ",
"ntilde": "ñ",
"Uuml": "Ü",
"uuml": "ü",
"quot": "\""
}, result, num;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinker-fts",
"version": "1.1.3",
"version": "1.1.4",
"description": "Pure Javascript/Node.js in-memory full text search engine.",
"author": "Hexagon <github.com/hexagon>",
"contributors": [{
Expand Down

0 comments on commit f8963bb

Please sign in to comment.