- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
I like to use boolean expressions in searches.
For example:
(file name = "bracket") OR ( (file name = "lifting eye) AND (state = 'released") )
This would give me all brackets and all lifting eyes which are released
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
This would also be helpful in Category Rules assignment. We have a semi-intelligent part numbering system where the first few digits define the category. Some have categories have overlapping prefixes (fixtures with different prefixes due to legacy assignment or running out of sequential numbers within a prefix group - hey, I only inherited the system) where a boolean assignment rule would allow me to assign multiple prefix groups to one category.
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
Like mentioned above I am missing the OR operator. And when havenig a AND and an OR operator there must be something like a group function as wel to bond them together.

