-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathumbraco-marketplace.json
34 lines (34 loc) · 1.61 KB
/
umbraco-marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": ["Full Text Search"],
"AuthorDetails": {
"Name": "Søren Kottal",
"ImageUrl": "https://24days.in/media/cr3nhed0/1644397043794.jpg"
},
"DocumentationUrl": "https://github.com/skttl/umbraco-fulltextsearch8/blob/master/docs/developers-guide-v2.md",
"DiscussionForumUrl": "https://github.com/skttl/umbraco-fulltextsearch8/discussions",
"IssueTrackerUrl": "https://github.com/skttl/umbraco-fulltextsearch8/issues",
"Screenshots": [
{
"ImageUrl": "https://github.com/skttl/umbraco-fulltextsearch8/blob/v5/dev/docs/screenshots/frontend-search-result.png?raw=true",
"Caption": "Example frontend rendering of search results"
},
{
"ImageUrl": "https://github.com/skttl/umbraco-fulltextsearch8/blob/v5/dev/docs/screenshots/health-check.png?raw=true",
"Caption": "Backoffice Health Check displaying information about Full Text Search"
},
{
"ImageUrl": "https://github.com/skttl/umbraco-fulltextsearch8/blob/v5/dev/docs/screenshots/reindex-content.png?raw=true",
"Caption": "Context menu on content node offering reindexing of a node (or all content)"
},
{
"ImageUrl": "https://github.com/skttl/umbraco-fulltextsearch8/blob/v5/dev/docs/screenshots/reindex-modal.png?raw=true",
"Caption": "Modal allowing selection between just indexing the single node, or the node and its descendants"
}
],
"Category": "Search",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"Tags": ["search", "examine", "indexing"],
"Title": "Full Text Search"
}