diff --git a/README.md b/README.md index 31bcf28..2eb40e1 100644 --- a/README.md +++ b/README.md @@ -749,6 +749,9 @@ select name, extension from . order by lower(name) - Export as json to a file ![Json](images/json_as_file.png) +- Query alias + ![Query alias](images/query_alias.png) + # Planned changes 1. Support for checking if a (text) file contains a specific term diff --git a/images/query_alias.png b/images/query_alias.png new file mode 100644 index 0000000..4cf610a Binary files /dev/null and b/images/query_alias.png differ