diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-03-06 21:09:43 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-03-06 21:09:43 -0800 |
commit | ac7170bf6cbf36699cf182ccb1bd5214f6e8741e (patch) | |
tree | 698f3423f9d51b708c09628c895a450c339c623f /actions/twitapisearchjson.php | |
parent | 0617c7b7730e4e42cd6285737f9fe999688fbdc6 (diff) |
Atom search results for Twitter-compatible API + phpcs stuff
Diffstat (limited to 'actions/twitapisearchjson.php')
-rw-r--r-- | actions/twitapisearchjson.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/twitapisearchjson.php b/actions/twitapisearchjson.php index b50aa86b7..0f9f523a1 100644 --- a/actions/twitapisearchjson.php +++ b/actions/twitapisearchjson.php @@ -2,7 +2,7 @@ /** * Laconica, the distributed open-source microblogging tool * - * List of replies + * Action for showing Twitter-like JSON search results * * PHP version 5 * @@ -114,7 +114,7 @@ class TwitapisearchjsonAction extends TwitterapiAction function showResults() { - // TODO: Support search operators like from: and to: + // TODO: Support search operators like from: and to:, boolean, etc. $notice = new Notice(); @@ -137,7 +137,7 @@ class TwitapisearchjsonAction extends TwitterapiAction } /** - * This is a read-only action + * Do we need to write to the database? * * @return boolean true */ |