Skip to content

Commit fb6fdfd

Browse files
committed
Fix markdown table style and bash pipefail check
1 parent dce7930 commit fb6fdfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/parade_db/arel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Render any node with `ParadeDB::Arel.to_sql(node)`. All nodes respond to
2626
## Builder Methods
2727

2828
| Method | ParadeDB SQL |
29-
|--------|--------------|
29+
| ------ | ------------ |
3030
| `match(column, *terms, tokenizer: nil, distance:, prefix:, transposition_cost_one:, boost: nil)` | `column &&& 'a b'::pdb.whitespace::pdb.fuzzy(...)::pdb.boost(N)` |
3131
| `match_any(column, *terms, tokenizer: nil, distance:, prefix:, transposition_cost_one:, boost: nil)` | `column \|\|\| 'a b'::pdb.whitespace::pdb.fuzzy(...)::pdb.boost(N)` |
3232
| `phrase(column, text, slop: n)` | `column ### 'text'::pdb.slop(n)` |

scripts/run_paradedb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# @paradedb-skip-check-pipefail
23

34
# Check if script is being run directly or sourced
45
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then

0 commit comments

Comments
 (0)