Skip to content

Commit

Permalink
Merge pull request #52 from mark-monteiro/patch-2
Browse files Browse the repository at this point in the history
Update documentation on default values for intra char tolerances
  • Loading branch information
leeoniya authored Dec 22, 2023
2 parents ab876aa + cca54e7 commit b59c066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Options with an **inter** prefix apply to allowances _in between_ search terms,
<tr>
<td><code>intraIns</code></td>
<td>Max number of extra chars allowed<br>between each char within a term</td>
<td><code>0</code></td>
<td>Matches the value of <code>intraMode</code> (either <code>0</code> or <code>1</code>)</td>
<td>
Searching "cat"...<br>
<code>0</code> can match: <b>cat</b>, s<b>cat</b>, <b>cat</b>ch, va<b>cat</b>e<br>
Expand All @@ -367,7 +367,7 @@ Options with an **inter** prefix apply to allowances _in between_ search terms,
For <code>intraMode: 1</code> only,<br>
Error types to tolerate within terms
</td>
<td><code>0</code></td>
<td>Matches the value of <code>intraMode</code> (either <code>0</code> or <code>1</code>)</td>
<td>
<code>0</code> No<br>
<code>1</code> Yes<br>
Expand Down Expand Up @@ -951,4 +951,4 @@ https://bestofjs.org/projects?tags=search
<td>13ms</td>
</tr>
</tbody>
</table>
</table>

0 comments on commit b59c066

Please sign in to comment.