Actions
Bug #9097
closedTypo in value_to_sql method causes ext_method searches with LIKE to not be applied
Description
Found a bug here:
I believe that should be ~= instead of ~. The reason we're not seeing any bugs? Looks like it's being rescued here:
https://github.com/wvanbergen/scoped_search/blob/v2.7.1/lib/scoped_search/query_builder.rb#L371
To test, I think this should reproduce the problem:
1. Create a host
2. Try to filter by one of the affected search scopes (e.g. 'user_id = 999999'). Make sure you use '=' in your search.
Your host should still be visible when it ought not to be.
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2105 added
- Pull request deleted (
)
Updated by David Davis over 10 years ago
- Subject changed from Found a bug in the code to Typo in value_to_sql method causes ext_method searches with LIKE to not be applied
Updated by David Davis over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions