MarauderXtreme / bookshop-schiller

This is a spring project for university. It is a small sales point application for a bookshop.
Other
0 stars 1 forks source link

Search contains vs. complete-string #22

Closed MarauderXtreme closed 9 years ago

MarauderXtreme commented 9 years ago

Please change the used method of String matching in the search. Use contains instead of complete string.

s3354713 commented 9 years ago

search function changed - if input <= 3 function searches for prefixes, else function shows articles containing the input string