Skip to content

Commit 467c85a

Browse files
committed
Merge branch 'master' of github.com:intersystems-community/iris-ai-contest-template
2 parents 1a39dce + fd57963 commit 467c85a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Developer Community posts and tags
2-
This is a template for InterSystems AI contest with data on Posts and Tags exported from [InterSystems Developer Community](community.intersystems.com)
2+
This is a repository for InterSystems AI contest with data on Posts and Tags exported from [InterSystems Developer Community](community.intersystems.com)
33

44
## Prerequisites
55
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
@@ -85,7 +85,8 @@ Get Tags
8585
``` sql
8686
SELECT * FROM Community.Tag
8787
```
88-
Get Posts by Tag **REST API**
88+
#### Get Posts for the tag Tag
89+
E.g. here all the posts with tag 'RERST API'
8990
``` sql
9091
SELECT * FROM Community.Post WHERE $LISTFIND($LISTFROMSTRING(Tags, ','), 'REST API') != 0
9192
```

0 commit comments

Comments
 (0)