Hello, I have workitems with two fields (fields as a rows in the fields table): type and space_name. Workitems can be products request or incidents (different types) and can belong to one user space (space_name).
Then, I need to search workitems by type and by space_name. I have a look at Worklist model and I see the worklist.search(query_string) method. Can I use it with this target? I'm thinking about something like this: @worklist = Worklist.new(session[:user]) string_query = "what?" workitems_by_type_and_space = @worklist.search(string_query) Regards. Diego. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
