Skip to content

Commit

Permalink
refactor: remove non exists title sort criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Nov 27, 2024
1 parent dac5795 commit 793921e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/develop/graphql/search/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ The following sorting criteria are possible:

| <div style="width:8em">Search criteria</div> | Description |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | This is sorted by the name of the article. In some cases, the name is preceded by a numerical prefix to achieve the desired sorting in the CMS and is therefore not always identical to the headline. |
| `headline` | Sort by the title of the article. |
| `name` | This is sorted by the name of the article. In some cases, the name is preceded by a numerical prefix to achieve the desired sorting in the CMS |
| `date` | In many cases, an editorial date can be set for the article that is used here. Otherwise it is the last modification date of the article. |
| `natural` | In most cases, a sort field is written to the index, which should describe the natural sorting of the entry. For normal articles, this is usually the heading. For news or events, however, it is the date, for example. This sort field is used in this case. |
| `score` | The score is determined during the search and describes how closely the individual hits match the search query. This sorting is useful for full-text searches in order to obtain the most accurate results first. Here it is sorted according to relevance. |
Expand Down

0 comments on commit 793921e

Please sign in to comment.