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

feat(Lucene): create contentType multi select for admin ui #36

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions docs/Managing-Indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ or clicking an existing path in the table at the top of the index configuration

- Included Path - can be an exact relative path of a web page item, (ex: `/path/to/my/page`), or a wildcard path (ex: `/parent-path/%`)
- To determine a web page path, select the web page in the website channel page tree, then view the "Current URL" in the Content tab of the web page. The path will be the relative path excluding the domain
- Available content types - these are the web page content types that can be selected for the path.
- Included ContentType items - each content type in the list enables modification to web pages of that type to trigger an event that your custom indexing strategy can process. If the list is empty, no web pages will trigger these events. The items should be separated by new lines.
- Included ContentType items - these are the web page content types that can be selected for the path. Each content type in the multi-select enables modification to web pages of that type to trigger an event that your custom indexing strategy can process. If no option is selected, no web pages will trigger these events.

## Indexing reusable content items

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 34 additions & 6 deletions src/Kentico.Xperience.Lucene/Admin/Client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Kentico.Xperience.Lucene/Admin/Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"@kentico/xperience-admin-base": "28.0.0",
"@kentico/xperience-admin-components": "28.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-tooltip": "5.26.3"
},
"devDependencies": {
"@babel/core": "7.23.9",
Expand Down
Loading
Loading