Skip to content

Commit

Permalink
Finish 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Jun 2, 2022
2 parents 031f2c8 + 820c3e9 commit ebdaf4a
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The password for the provided user.

### Applications to Search

A comma-delimited, case-insensitive list of applications you would like to search. This option should be set to "Only admins can view and edit".
A comma-delimited, case-insensitive list of application names you would like to search. Provide the application name and not the application id. This option should be set to "Only admins can view and edit".

# Maximum number of results to return

Expand Down
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = {
key: 'applications',
name: 'Applications',
description:
'A comma-delimited, case-insensitive list of applications you would like to search. This option should be set to "Only admins can view and edit".',
'A comma-delimited, case-insensitive list of application names you would like to search. Provide the application name and not the application id. This option should be set to "Only admins can view and edit".',
default: '',
type: 'text',
userCanEdit: false,
Expand Down
377 changes: 377 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit ebdaf4a

Please sign in to comment.