Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M5
-
Component/s: DM
-
Environment:Win7, Tomcat 7.0.x, Oracle 11g, MySQL5.5
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Story Points:2
-
Similar Issues:
Description
Steps to reproduce
1. Set dl.store.impl=com.liferay.portlet.documentlibrary.store.DBStore in portal-ext.properties
2. In Documents and Media, add a document "Doc1" and attach a file "File1" and select Publish
3. In Documents and Media, add a document "Doc2" and select Publish
4. Add the Search Portlet to a page.
5. Search for Doc1 and Doc2.
Result: Doc 1 will return results, while Doc 2 will not.
This was also tested with AdvancedFileSystemStore, and that returned Doc 2.
Issue Links
- is duplicated by
-
LPS-33260
Document with out a file is not searchable in DBStore
-

PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + Oracle 11. Portal 6.1.20 EE GA2.
Document without a file is not searchable in DBStore.
Fixed on:
Tomcat 7.0 + Oracle 11. Portal 6.2.x GIT ID: f317fb8d042572b386b832d573bb52803cd0d161.
Document without a file can be sarched in DBStore.