diff options
| author | Arun Isaac | 2026-09-24 01:17:00 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-24 01:17:00 +0100 |
| commit | ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3 (patch) | |
| tree | e9d9ce62f415f8e697de276051e0a548ba743267 | |
| parent | d62714d7f5d5ffe902930cd185bb6b99487847ff (diff) | |
| download | guile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.tar.gz guile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.tar.lz guile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.zip | |
Do not escape quotes around "leather case".
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org index eac04ec..600c59e 100644 --- a/README.org +++ b/README.org @@ -60,7 +60,7 @@ example searches. ./pre-inst-env guile examples/search.scm /tmp/db watch ./pre-inst-env guile examples/search.scm /tmp/db Dent watch ./pre-inst-env guile examples/search.scm /tmp/db title:sunwatch -./pre-inst-env guile examples/search.scm /tmp/db description:\"leather case\" AND title:sundial +./pre-inst-env guile examples/search.scm /tmp/db description:"leather case" AND title:sundial #+END_SRC * Download |
