https://eond.com/entry/
게시판 모듈에서 검색 기능에 대해서
board.view.php:598
dispBoardContentList() 함수
$output = DocumentModel::getDocumentList($args, $this->except_notice, TRUE, $this->columnList);
document/queries/getDocumentList.xml
> board 모듈에서 document 모듈의 쿼리를 사용해서 검색을 한다.
nproduct 모듈의 경우 이런 검색 기능을 제공하지 않는다.
일부 게시판 스킨에서 검색 코드가 존재해서 동작이 되는 줄 알았으나 게시판 스킨의 일부 검색 코드가 잘못 들어가있는 거 같다.
그럼 모듈 자체에서 제공하지 않는 상품 검색 기능은 어떻게 작업하면 될까.
참고로 store_search 모듈은 단순히 통합검색의 확장모듈 개념으로 별도의 검색 화면 또는 기능을 제공하는 건 아니다.
단순히 통합검색에서 상품을 검색하도록 해주는게 전부다.
직접 쿼리문을 게시판 스킨에 만들어둔다.
내용을 입력하세요 503
위키 문법
# Heading 1 #
## Heading 2 ##
### Heading 3 ##############
*italic*, **bold**
escape \*
- Use a minus sign for a bullet list
+ Or plus sign
* Or an asterisk
1. Numbered lists are easy
2. Markdown keeps track of the numbers for you
7. So this will be item 3.
Links:
http://site/page
Add description: [Page description](http://site/page)
Link to pages in the same wiki: [Page description](page_alias)
Smart links:
Add a name or id to your link: [Here's a nice link][1]
And then detail it in the page footer for clarity: [1]: www.google.com
Images:

Line breaks
- Add an empty line
- Add two spaces the end of a line
For more help, take a look at:
게시판 모듈에서 검색 기능에 대해서
board.view.php:598
dispBoardContentList() 함수
$output = DocumentModel::getDocumentList($args, $this->except_notice, TRUE, $this->columnList);
document/queries/getDocumentList.xml
> board 모듈에서 document 모듈의 쿼리를 사용해서 검색을 한다.
nproduct 모듈의 경우 이런 검색 기능을 제공하지 않는다.
일부 게시판 스킨에서 검색 코드가 존재해서 동작이 되는 줄 알았으나 게시판 스킨의 일부 검색 코드가 잘못 들어가있는 거 같다.
그럼 모듈 자체에서 제공하지 않는 상품 검색 기능은 어떻게 작업하면 될까.
참고로 store_search 모듈은 단순히 통합검색의 확장모듈 개념으로 별도의 검색 화면 또는 기능을 제공하는 건 아니다.
단순히 통합검색에서 상품을 검색하도록 해주는게 전부다.
직접 쿼리문을 게시판 스킨에 만들어둔다.