snipe-it/app
Till Deeke b5de5ac19c Fix: Searching for multiple terms on assets (#5860)
* Give advancedTextSearch all search terms at one

The additional conditions for assets had some problems, since they were joining tables for the additional attributes. The method was called once for every search term, so the join was added multiple times if the user entered multiple search terms.

* Allows search to handle multiple search terms better

The search now better handles multiple search terms, adding additional orWhere clauses, instead of duplicating all queries.

* Fixing typo
2018-07-16 17:44:31 -07:00
..
Console Check for > 0 expected assets 2018-05-21 15:41:19 -07:00
Events Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Exceptions Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
Helpers Remove old helpers (#5843) 2018-07-16 14:22:25 -07:00
Http Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
Importer Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
Jobs Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
LegacyEncrypter First stab at a recrypter for legacy mcrypt conversion 2017-08-21 22:30:56 -07:00
Listeners Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Models Fix: Searching for multiple terms on assets (#5860) 2018-07-16 17:44:31 -07:00
Notifications Fixing #5470: Checkin emails not working (#5838) 2018-07-16 14:09:04 -07:00
Observers Fixed #4652 - asset not correctly checking out to user on creation 2018-01-17 12:10:28 -08:00
Policies Adds permission checks for custom fields and custom fieldsets (#5645) (#5795) 2018-07-12 18:28:20 -07:00
Presenters Update my email address across files. (#5716) 2018-06-20 01:59:59 -07:00
Providers Adds permission checks for custom fields and custom fieldsets (#5645) (#5795) 2018-07-12 18:28:20 -07:00