asuwebplatforms / webspark-module-webspark_isearch
Provide integration with isearch
Installs: 11 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:drupal-module
- dev-main
- 1.0.2
- 1.0.1
- 1.0.0
- dev-hotfix-1117
- dev-fix_warnings
- dev-readme
- dev-add-license-1
- dev-WS2-851
- dev-feature/stable-release
- dev-WS2-708
- dev-isearch_match_component
- dev-azurite_changes
- dev-WS2-298
- dev-isearch_widgets
- dev-feature/update-isearch-form-display
- dev-feaure/rebuild-module
- dev-feature/WS2-353_dept-view
- dev-feature/WS2-355_error-handling
- dev-feature/fix-release
- dev-feature/WS2-251_isearch
This package is auto-updated.
Last update: 2025-02-17 23:04:54 UTC
README
Description
Isearch module give us the functionalities to be able to create the isearch component. This component retrieves persons from the asurite universe through web services.
Third party helpers
This module was developed with the help of the jstree https://www.jstree.com/
Functionalities
We have two FieldWidgets for the textfield type:
- Directory Widget: retrieves the directories from the asurite
- AsuriteID Widget: retreives the persons from a certain directory
Configuration
It has a configuration form at the /admin/config/isearch/settings route.
Aditional info
Currently the visual part of the component is implemented in REACT.
Known limitations
- The field currently cannot have more than 255 characters.
- You cannot have more than one field of each type (department id and asurite id) on the same page.
Requirements
Drupal 8.x. or Drupal 9.x
How to use
Add a component of isearch type in the layout builder.
You can also use the same widgets on other components by adding them in the form display of the entity.