m4heshd / offlinebay

Official repository of the project OfflineBay
MIT License
118 stars 23 forks source link

Tidy up search.js #1

Closed jerrysmatrix closed 6 years ago

jerrysmatrix commented 6 years ago

I merged regularSearch, regularInstSearch, smartSearch, and smartInstSearch into one function; procData. This takes away some very small micro-optimizations in favor of code readability. It will make the code more manageable, and easier to expand the search functionality.

techtacoriginal commented 6 years ago

This looks good. Merging..