Skip to content

Commit 9ef0326

Browse files
authored
Merge pull request #1413 from swirlai/moredocfixes
Moredocfixes
2 parents e99a066 + 2a15d3e commit 9ef0326

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/Developer-Guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ If you need more mixed results, increase the `results_per_query` value in the Se
444444
SWIRL reports each source's search time in the relevant `info` block of the response:
445445

446446
``` json
447-
"info": "Enterprise Search (web/Google PSE)": {
447+
"info": "Web (Google PSE)": {
448448
"found": 8640,
449449
"retrieved": 10,
450450
...
@@ -529,7 +529,7 @@ The structure also includes matching stems (`"stems"`), result and query length
529529
## Develop New Connectors
530530

531531
{: .warning }
532-
To connect to a new endpoint for an existing Connector - like RequestsGet - create a new SearchProvider instead. The [Google PSE SearchProvider example JSON](https://github.com/swirlai/swirl-search/blob/main/SearchProviders/google_pse.json) shows how to use one connector to make hundreds of SearchProviders!
532+
To connect to a new endpoint for an existing Connector - like RequestsGet - create a new SearchProvider instead. The [Google PSE SearchProvider example JSON](https://github.com/swirlai/swirl-search/blob/main/SearchProviders/google.json) shows how to use one connector to make hundreds of SearchProviders!
533533

534534
To search against a new API where there is a high quality Python package and/or a unique data transport not already supported - then write a new Connector.
535535

@@ -863,7 +863,7 @@ Update the Search Provider's `query_processors` field to include the reference.
863863

864864
``` json
865865
{
866-
"name": "TEST Enterprise Search (web/Google PSE) with qxr query_processor",
866+
"name": "TEST Web (Google PSE) with qxr query_processor",
867867
"active": "true",
868868
"default": "true",
869869
"connector": "RequestsGet",

docs/M365-Guide.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ nav_order: 14
1414

1515
# Microsoft 365 Guide
1616

17-
## Intended Audience
18-
19-
This guide details how to integrate SWIRL (v. 2.0 or newer) with an existing Microsoft 365 (M365) tenant. It is intended for use by M365 Administrators with authority to add a new App Registration in their Azure Portal and optionally grant permissions for various APIs as noted below on behalf of users who wish to use SWIRL to query their personal M365 content.
17+
This guide details how to integrate SWIRL with an existing Microsoft 365 (M365) tenant. It is intended for use by M365 Administrators with authority to add a new App Registration in their Azure Portal and optionally grant permissions for various APIs as noted below on behalf of users who wish to use SWIRL to query their personal M365 content.
2018

2119
# Register a New App in Azure Portal
2220

0 commit comments

Comments
 (0)