Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RefinableStrings go up to 219, not 199 #4181

Open
wants to merge 1 commit into
base: public
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion SharePoint/SharePointOnline/manage-search-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The following table provides an overview of the default unused managed propertie
| Double | 10 | Multi | Query | - | Retrieve | Refine | Sort | RefinableDouble00 to RefinableDouble09 | |
| Integer | 50 | - | Query | - | - | - | - | Int00 to Int49 | |
| Integer | 50 | Multi | Query | - | Retrieve | Refine | Sort | RefinableInt00 to RefinableInt49 | |
| String | 200 | Multi | Query | - | Retrieve | Refine | Sort | RefinableString00 to RefinableString199 | |
| String | 200 | Multi | Query | - | Retrieve | Refine | Sort | RefinableString00 to RefinableString219 | |
| String | 40 | Multi | Query | - | Retrieve | Refine | Sort | RefinableStringFirst00 to RefinableStringFirst39 | \* |
| String | 10 | Multi | Query | - | Retrieve | Refine | Sort | RefinableStringLn00 to RefinableStringLn09 | \*\* |
| String | 50 | - | Query | - | Retrieve | Refine | Sort | RefinableStringWbOff00 to RefinableStringWbOff49 | \*\*\* |
Expand Down