Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Blue
Created By: Brandon Moore
Created Date/Time: 7/30/2012 5:00 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
Finished/Done: No - (open)
Finished/Done By: ...
Budgeted/Estimated Value: 0.00  
Actual/Real Value: 0.00  
 
Time Id: 455
Template/Type: Coding Ideas & Things To Do
Title/Caption: Quick Search & Reports - Google-type search features
Start Date: 7/30/2012
Target/Due Date: N/A
Main Status: Active

Sorry, no photos available for this element of time.


Notes:
We have had request for more flexible "google-type" searches. These are called regular expressions or we can check for spaces and build our own lists or array searches. Basically, the users want the system to be smart enough that it matches values on more than one word or phrase. This gets kinda crazy and we may need to filter out basic words like "the", "a", "an", etc. General Example: a search for black t-shirt, gets things with black, things with t-shirt, and things with black t-shirt all ranked according to relevance and number of matches. This could get pretty tricky.

Currently, all we do is match using SQL "like" clauses and then we try to match possible multiple fields to get a partial match.