Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
aliases: /develop/ai/search-and-query/basic-constructs/configuration-parameters
aliases: /develop/interact/search-and-query/basic-constructs/configuration-parameters
categories:
- docs
- develop
Expand Down Expand Up @@ -582,4 +582,4 @@ FT.CONFIG GET OPT1
FT.CONFIG GET *
```

Values set using [`FT.CONFIG SET`]({{< relref "/commands/ft.config-set/" >}}) are not persisted after server restart.
Values set using [`FT.CONFIG SET`]({{< relref "/commands/ft.config-set/" >}}) are not persisted after server restart.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Index management best practices for Redis Query Engine
aliases:
- /develop/interact/search-and-query/best-practices/index-mgmt-best-practices
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
aliases:
- /develop/ai/search-and-query/basic-constructs/field-and-type-options
- /develop/interact/search-and-query/basic-constructs/field-and-type-options
categories:
- docs
- develop
Expand Down Expand Up @@ -261,4 +261,4 @@ redis> FT.SEARCH idx '@text:(😀😁🙂*)' NOCONTENT

redis> FT.SEARCH idx '@text:(%😀😁🙃%)' NOCONTENT
1) (integer) 0
```
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
aliases:
- /develop/ai/search-and-query/basic-constructs/schema-definition
- /develop/interact/search-and-query/basic-constructs/schema-definition
categories:
- docs
- develop
Expand Down Expand Up @@ -118,4 +118,4 @@ SCHEMA
```


You can learn more about the available field types and options on the [`FT.CREATE`]({{< relref "commands/ft.create/" >}}) page.
You can learn more about the available field types and options on the [`FT.CREATE`]({{< relref "commands/ft.create/" >}}) page.
4 changes: 3 additions & 1 deletion content/develop/ai/search-and-query/query/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
aliases:
- /develop/interact/search-and-query/query/_index.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one doesn't work. I tried changing it to /develop/interact/search-and-query/query, but that didn't work either; it just goes to the home page.

categories:
- docs
- develop
Expand Down Expand Up @@ -42,4 +44,4 @@ The following articles provide an overview of how to query data with the [FT.SEA

You can find further details about aggregation queries with [FT.AGGREGATE]({{< relref "commands/ft.aggregate" >}}) in the following article:

* [Aggregation queries]({{< relref "/develop/ai/search-and-query/query/aggregation" >}})
* [Aggregation queries]({{< relref "/develop/ai/search-and-query/query/aggregation" >}})
2 changes: 1 addition & 1 deletion content/develop/ai/search-and-query/vectors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
aliases:
- /develop/ai/search-and-query/advanced-concepts/vectors
- /develop/interact/search-and-query/advanced-concepts/vectors
categories:
- docs
- develop
Expand Down