Skip to content

Commit 1726e58

Browse files
committed
disable fuzzy
1 parent 49025e6 commit 1726e58

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
searchResultTemplate: '<div class="post-preview item"><a href="{url}"><h2 class="post-title">{title}</h2><h3 class="post-subtitle">{subtitle}</h3><hr></a></div>',
289289
noResultsText: 'No results',
290290
limit: 50,
291-
fuzzy: true,
291+
fuzzy: false,
292292
// a hack to get escaped subtitle unescaped. for some reason,
293293
// post.subtitle w/o escape filter nuke entire search.
294294
templateMiddleware: function (prop, value, template) {
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "「数据表示」整型"
3+
subtitle: "Data Representation - Integer"
4+
layout: post
5+
author: "Hux"
6+
header-style: text
7+
tags:
8+
- 基础
9+
---
10+
11+
12+
13+
14+
15+
16+
17+

0 commit comments

Comments
 (0)