-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: Search Services 1.1.1
-
Fix Version/s: None
-
Component/s: Search and Indexing (non-UI)
-
Labels:None
-
Bug Priority:
-
ACT Numbers:
00964963 - Partner
-
Premier Customer:Yes
DESCRIPTION
ACS 5.2.3
Search Services 1.1.1
Using the exact phrase search in advanced search as described in the documentation doesn't work with solr6
https://docs.alfresco.com/5.2/concepts/search-examples.html
To search for... | Enter the search criteria... | This searches |
---|---|---|
the exact phrase banana peel anywhere it exists | "banana peel" | names, titles, descriptions, and content |
REPRODUCTION STEPS
- create 3 files in the document library
- set the description to be the following respectively
- banana peel
- banana peel yellow
- banana yellow peel
- run these 4 searches in advanced search
- banana peel
- "banana peel"
- peel banana
- "peel banana"
EXPECTED RESULT
- search 1 will return all 3 files
- search 2 will return files 1 and 2
- search 3 will return all files
- search 4 will return no files
OBSERVED RESULT
- search 1 returned the expected result of all 3 files
- search 2 also returns all 3 files instead of files 1 and 2
- search 3 returned the expected result of all 3 files
- search 4 returned all 3 files instead of none
ANALYSIS
The phrase searches are behaving the same as search 1 and 3, ie, where all words appear together in any order or position. These same steps work as documented and expected in Solr4 with ACS 5.2.3