Skip to content

Commit

Permalink
Merge pull request #2623 from b-d-e/patch-3
Browse files Browse the repository at this point in the history
Fix typo - 'compelex'
  • Loading branch information
RobinL authored Feb 14, 2025
2 parents 4b28af6 + 1fdd627 commit 48ba18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topic_guides/blocking/blocking_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ count_comparisons_from_blocking_rule(
)
```

### More compelex blocking rules
### More complex blocking rules

It is possible to use more complex blocking rules that use non-equijoin conditions. For example, you could use a blocking rule that uses a fuzzy matching function:

```sql
l.first_name and r.first_name and levenshtein(l.surname, r.surname) < 3
```

However, this will not be executed very efficiently, for reasons described in [this](performance.md) page.
However, this will not be executed very efficiently, for reasons described in [this](performance.md) page.

0 comments on commit 48ba18e

Please sign in to comment.