mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed words that minimize involved difficulty, closes #1089
This commit is contained in:
parent
253f2d9a3c
commit
5eb8e9bf25
10 changed files with 19 additions and 19 deletions
|
|
@ -310,7 +310,7 @@ Here's an example of a ``metadata.yml`` file, re-using an example from :ref:`can
|
|||
where neighborhood like '%' || :text || '%' order by neighborhood;
|
||||
title: Search neighborhoods
|
||||
description_html: |-
|
||||
<p>This demonstrates <em>simple</em> LIKE search
|
||||
<p>This demonstrates <em>basic</em> LIKE search
|
||||
|
||||
The ``metadata.yml`` file is passed to Datasette using the same ``--metadata`` option::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue