게시글을 태그로 검색할때 tags table을 이용하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2915 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-04 12:22:54 +00:00
parent 95c53a9988
commit bb065b6e77
4 changed files with 47 additions and 3 deletions

View file

@ -50,7 +50,7 @@
// 검색대상 변수 설정
$search_target = Context::get('search_target');
if(!in_array($search_target, array('title','content','title_content','comment'))) $search_target = 'title';
if(!in_array($search_target, array('title','content','title_content','comment','tag'))) $search_target = 'title';
// 검색어 변수 설정
$is_keyword = Context::get('is_keyword');