silop4all / aod

Includes the source code of the Assistance on Demand infrastructure (prosperity4all project).
Apache License 2.0
5 stars 2 forks source link

The search does not work #11

Closed Markus-Becker closed 7 years ago

Markus-Becker commented 7 years ago

If I enter a search term and then press enter or click on the search button nothing happens. It doesn't seem that the browser does anything.

image

silop4all commented 7 years ago

@Markus-Becker At the moment, the html form is there (the search button is disabled) but none call is performed in the controllers. This functionality will be included in the next release.

silop4all commented 7 years ago

Search via keywords is supported. User enters terms and platform returns services and articles that meets the user input in case of customized search engine usage. The chars ,;| and space are used as delimiters.

Check commit https://github.com/silop4all/aod/commit/f6a266b2bf5c51bd7236e81ff9f74972babd413b

Also, the Information division in search criteria area has removed and the Help term has renamed in FAQ term (https://github.com/silop4all/aod/commit/857bab07252ef2a27b1ca4ee0c939c7c42e4be47)

Markus-Becker commented 7 years ago

MB: Search tested and works