For https://gitlab.indiscale.com/caosdb/customers/leibniz-zmt/management/-/issues/97. The google search is enhanced s.th. the string in the query field is split at the spaces and then joined to an end query.
Added the splitting and joining to the corresponding function in webcaosdb.js
There's a new unit test that should be sufficient in principle. You can test it manually, e.g., by starting linkahead in the demo profile using this branch and sending a query like john gibson
and verify that John Lennon's guitar is returned (since it has gibson
in the description).
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.