saqimtiaz / BibSearch

App for Realfagsbibilioteket at UiO
MIT License
2 stars 3 forks source link

App hangs if period "." is used in search field #38

Closed kyrretl closed 11 years ago

kyrretl commented 11 years ago

There is a bug causing the app to hang forever if a period has been used in the search field, ie

B. B. King etc

danmichaelo commented 11 years ago

This is fixed by enclosing the search term in double quotes:

Fails: https://ask.bibsys.no/ask2/json/result.jsp?&cql=Oppenheimer%20J. Works: https://ask.bibsys.no/ask2/json/result.jsp?&cql=%22Oppenheimer%20J.%22

(not that BIBSYS is any good at searching author names this way, but that's another issue)

kyrretl commented 11 years ago

This has now been fixed using the solution above