Skip to content

Commit

Permalink
Update topics on feedback
Browse files Browse the repository at this point in the history
Updated headings based on feedback
  • Loading branch information
pwoznic committed Aug 23, 2023
1 parent 818c01b commit f76fc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note that you can set up additional fields to filter on by setting up
[filter attributes](/docs/api-reference/admin-apis/create-corpus#filter-attribute) on a
corpus.

## part.lang field
## `part.lang` field
Each section of a document is evaluated for its language at index time and the
`part.lang` field is added with a 3-character lower-case language code
([ISO 639-2](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes)). For
Expand All @@ -24,7 +24,7 @@ Valid filter expressions for this would be something like:
* `part.lang = 'deu'`
* `part.lang = 'eng' OR part.lang = 'deu'`

## part.is_title field
## `part.is_title` field
When adding content, <Config v="names.product"/> will add a special Boolean
field to indicate whether the field is a title field or not. This is useful
for a few different cases depending on how you model your data. For example,
Expand Down
2 changes: 1 addition & 1 deletion www/docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ power of your data. <Config v="names.product"/> wants to transform the way
developers interact with data and unlock a world of insights at their
fingertips. Welcome to the future of information interaction!

### Not sure where to start?
## Not sure where to start?

Here are some ideas:

Expand Down

0 comments on commit f76fc60

Please sign in to comment.