Created
November 8, 2016 19:01
-
-
Save rasmusfjord/ba74e124d9f654c2b90b24d1aba6b058 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <IndexSet SetName="ExternalCourseIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/{machinename}/ExternalCourse/"> | |
| <IndexUserFields> | |
| <add Name="id" /> | |
| <add Name="name" /> | |
| <add Name="createDate" /> | |
| <add Name="nodeTypeAlias" /> | |
| <add Name="urlName" /> | |
| <add Name="teaser" /> | |
| <add Name="hideFromSearch" /> | |
| </IndexUserFields> | |
| </IndexSet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment