Skip to content

Commit

Permalink
Merge pull request #56 from ebsco/edsapi-drupal9-plugin
Browse files Browse the repository at this point in the history
update edsapi-drupal9-plugin
  • Loading branch information
kelsonthony authored Oct 21, 2021
2 parents 135ea18 + 938a461 commit 1e6ea56
Show file tree
Hide file tree
Showing 13 changed files with 574 additions and 442 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
composer.lock
vendor
DEvTest.md
45 changes: 45 additions & 0 deletions DevTest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
8.9.19

Credentials EDS API

Profile: edsapi
User: placarinfo
Password: YJhS$9PAV5VtDbpy



AN 142511983
AN uls.310483

Error Name Full

stem cells


Expansão ex vivo de células-tronco/progenitoras hematopoiéticas de sangue de cordão umbilical e placentário

AN uls.326949


Update autocomplete

to each route
/
/ebsco ok
/results
/detail


restart: unless-stopped#


<input title="Enter the terms you wish to search for." placeholder="Search anything here." autocomplete="off" class="required ui-autocomplete-input" type="text" id="lookfor" name="lookfor" value="" size="40" maxlength="128" required="required" aria-required="true">


// create_function(
// '$matches',
// 'return "<a href=\'".($matches[0])."\'>".($matches[0])."</a>";'
// ),


192.168.1.37/developer/drupal-9.2.7/ebsco/image_quick_view?id=39788101%7Ciqv
8 changes: 4 additions & 4 deletions config/install/ebsco.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ebsco_default_limit: 10
ebsco_default_sort: relevance
ebsco_default_amount: brief
ebsco_default_mode: all
ebsco_profile: "[Your EDS API profile name]"
ebsco_user: "[Your api username]"
ebsco_password: "[Your api password]"
ebsco_profile:
ebsco_user:
ebsco_password:
ebsco_interface: "Drupal EDS API module"
ebsco_autocomplete: "autocomplete"
ebsco_organization: "[Institution name] "
ebsco_organization:
ebsco_local_ips: ""
Loading

0 comments on commit 1e6ea56

Please sign in to comment.