all repos — litestore @ c10b2de2888d0aeefe90fdbd838085b8d9cb130e

A minimalist nosql document store.

Doc fixes.
h3rald h3rald@h3rald.com
Sat, 03 Jul 2021 17:29:52 +0200
commit

c10b2de2888d0aeefe90fdbd838085b8d9cb130e

parent

d87857d0e1dfd0134f65e239fcd4b1bfc30b64f7

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/admin/md/usage.mdsrc/admin/md/usage.md

@@ -104,7 +104,7 @@ ```

[litestore import -d:media -\-import-tags](class:cmd) -Every **_tags** file contains a list of tags, one per line, which are applied to all imported documents from the same directory. In the example above all cars and planes images will be tagged on import. The trains images, not as there is not **_tags** file in the **trains** directory. +Every **_tags** file contains a list of tags, one per line, which are applied to all imported documents from the same directory. In the example above all cars and planes images will be tagged on import. The trains images however will not as there is no **_tags** file in the **trains** directory. The individual **_tags** files are also imported. When the **\-\-import\-tags** option is not set the **_tags** files are ignored and not imported.

@@ -136,7 +136,7 @@ ```

[litestore import -d:media -\-not-searchable](class:cmd) -All documents are imported but the files starting which name starts with **underscore** and files inside a folder which name starts with **underscore** are excluded from full text serach. The idea is that these files have special meaning for the application: +All documents are imported but the files whose name starts with **underscore** and files inside a folder which name starts with **underscore** are excluded from full text search. The idea is that these files have special meaning for the application: * they should be accessible via regular URLs (unlike **system** files) * but they content should not be searchable.