-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing status to Kitsune/SUMO index
There is a new field in the enriched index, `status`, which contains the current status of the question. The status could be `solved`, `archived`, `locked`, or `open`. Signed-off-by: Jose Javier Merchante <[email protected]>
- Loading branch information
1 parent
7e0095c
commit 9b8ff90
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Status in SUMO enriched index | ||
category: added | ||
author: Jose Javier Merchante <[email protected]> | ||
issue: null | ||
notes: > | ||
Add the missing status in the SUMO backend. The status could | ||
be `solved`, `archived`, `locked` or `open`. |