Presently, you cannot search by info. You'll need to add some keywords to the search_to_get function of posts.php (http://trac.habariproject.org/habari/browser/trunk/htdocs/system/classes/posts.php#L740 )
Primarily, you need to add a "info" argument which passes that keyword to the 'info' argument of Posts::get(). (http://trac.habariproject.org/habari/browser/trunk/htdocs/system/classes/posts.php#L225 ) If you add a ticket on Trac, someone will get to it. If you are able to do it yourself, please add the patch so we can put it into core. On Dec 28, 2008, at 2:30 PM, Andrew Rickmann wrote: > > Can anyone tell me if it is possible to filter posts according to a > particular value of a postinfo field in the admin/posts search page? > > I don't think it is, but I can't quite figure the code out. > > If it isn't could you tell me where the key points; i.e. files and > function names, are to modify it so that it will do it? > > Thanks > > Andrew > > > --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
