partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.37k stars 398 forks source link

Sort criteria or part relations #212

Open elsni opened 12 years ago

elsni commented 12 years ago

I'd like to have a sort column for parts. For example if you got 74LSXX and 74HCTXX I'd set the sort criteria to 74XX to show similar 74ers together in the list.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Drachenkaetzchen commented 11 years ago

PartKeepr should eat a query like 74*00; to make this work, we need to investigate if the full text indexing platform supports that.

Relates to #89