Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucee/lucee-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 18, 2024
2 parents 3dc74df + 79c1532 commit f598e8a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04.guides/04.cookbooks/20.query-of-queries/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Let's say you have the following database query, ```myQuery```:

You would now have a list of names, ages and locations for all the people in a query called ```myQuery```.

Say you want to filter out people under 18 and over 90, but you don't want to hit the database again:
Say you want to filter out people under 90 and over 18, but you don't want to hit the database again:

```lucee
<cfquery name="filteredQuery" dbtype="query">
Expand Down
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Recipes

## [AI (Experimental)](/docs/recipes/ai.md)

No description available.

## [Application Context update](/docs/recipes/application-context-update.md)

How to update your Application settings, after they have been defined in Application.cfc.
Expand Down
10 changes: 10 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"file": "ai.md",
"title": "AI (Experimental)",
"path": "/docs/recipes/ai.md",
"hash": "621b28eb70d0f1a1f2af742f2c218501",
"keywords": [
"AI",
"LLM"
]
},
{
"file": "application-context-update.md",
"title": "Application Context update",
Expand Down

0 comments on commit f598e8a

Please sign in to comment.