/[LeafOK_CVS]/fenglin/bbs/search_article_v2.php
ViewVC logotype

Diff of /fenglin/bbs/search_article_v2.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Wed Jan 21 09:42:27 2026 UTC Revision 1.3 by sysadm, Wed Jan 21 13:29:33 2026 UTC
# Line 77  Line 77 
77                  ($username == "" ? "" : "PostUserName:($username) AND ") .                  ($username == "" ? "" : "PostUserName:($username) AND ") .
78                  ($nickname == "" ? "" : "PostUserNickName:($nickname) AND ") .                  ($nickname == "" ? "" : "PostUserNickName:($nickname) AND ") .
79                  ($ex == 1 ? "Excerption:1 AND " : "") .                  ($ex == 1 ? "Excerption:1 AND " : "") .
80                  ($original ? "Eransship:0 AND " : "") .                  ($original ? "Transship:0 AND " : "") .
81                  "PostDateTime:[" . $begin_dt->setTimezone(new DateTimeZone("UTC"))->format("Y-m-d\T00:00:00\Z") . " TO " .                  "PostDateTime:[" . $begin_dt->setTimezone(new DateTimeZone("UTC"))->format("Y-m-d\T00:00:00\Z") . " TO " .
82                          $end_dt->setTimezone(new DateTimeZone("UTC"))->format("Y-m-d\T23:59:59\Z") . "] AND " .                          $end_dt->setTimezone(new DateTimeZone("UTC"))->format("Y-m-d\T23:59:59\Z") . "] AND " .
83                  ($title == "" ? "" : "ArticleTitle:($title) AND ") .                  ($title == "" ? "" : "ArticleTitle:($title) AND ") .


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1