Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/adrianschubek/dir-browser i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
adrianschubek committed Oct 30, 2024
2 parents 7c9791f + 81861c5 commit b37be5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ More powerful search engine for advanced users. It is simple to use and faster t
:::info
Expansion `{a,b,c}` is not available because it is not supported by the underlying base image (Alpine Linux).

Globestar `**` is not supported by PHP natively and might be implemented in the future.
Globstar `**` is not supported by PHP natively and may be implemented in the future.
:::

> [Learn more](https://en.wikipedia.org/wiki/Glob_(programming))
Expand All @@ -41,4 +41,4 @@ This engine is the most powerful but slower than the glob engine. It is useful f
import EnvConfig from '@site/src/components/EnvConfig';

<EnvConfig name="SEARCH|SEARCH_ENGINE|SEARCH_MAX_DEPTH|SEARCH_MAX_RESULTS|REVERSE_SORT" init="true|simple|25|100|false" values="true,false|simple,glob,regex|integer|integer|true,false" versions="3.7|3.7|3.7|3.7|1.0" desc="Enables or disables the search functionality|Search engine to evaluate query|Maximum recursive search depth (simple and regex engine only)|Maximum number of results in a single request|By default files and folders are sorted by name using natural sort."/>
<EnvConfig name="SEARCH|SEARCH_ENGINE|SEARCH_MAX_DEPTH|SEARCH_MAX_RESULTS|REVERSE_SORT" init="true|simple|25|100|false" values="true,false|simple,glob,regex|integer|integer|true,false" versions="3.7|3.7|3.7|3.7|1.0" desc="Enables or disables the search functionality|Search engine to evaluate query|Maximum recursive search depth (simple and regex engine only)|Maximum number of results in a single request|By default files and folders are sorted by name using natural sort."/>

0 comments on commit b37be5c

Please sign in to comment.