[jira] [Commented] (OFBIZ-10845) Product Search Constraint on CountBy...methods

2021-02-11 Thread Michael Brohl (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283215#comment-17283215
 ] 

Michael Brohl commented on OFBIZ-10845:
---

[~akash.jain] Are you working on this? Can you provide a patch?
We are currently squashing bugs for the upcoming 18.12 release and it would 
help us getting this done.

> Product Search Constraint on CountBy...methods
> --
>
> Key: OFBIZ-10845
> URL: https://issues.apache.org/jira/browse/OFBIZ-10845
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce, product
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12, Release Branch 16.11, Release Branch 18.12, Release Branch 
> 17.12, Trunk
>Reporter: Ingo Wolfmayr
>Assignee: Akash Jain
>Priority: Minor
>  Labels: search
> Fix For: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12
>
> Attachments: SearchCount.patch
>
>
> If a search constraint like featuresId or categorieId is applied, the 
> CountBy...methods in the ProductSearchSession fail.
> Error: mainProductId field is missing.
> Attached is a patch that fixes the problem.
> *Test:*
>  # Enable LayeredNavigation function in ecommerce module.
>  # Add feature "TEXT_BLACK" to product GZ-1000 as standard feature
>  # Add "ProductSearchSession.searchAddConstraint(new 
> ProductSearch.FeatureConstraint("TEXT_BLACK", true), session);" in 
> LayeredNavigation.groovy before "result = 
> ProductSearchSession.getProductSearchResult(request, delegator, 
> prodCatalogId);"
>  # Navigate to the product via category menu.
>  # --> GZ-1000 should not be visible + no error message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10845) Product Search Constraint on CountBy...methods

2020-02-27 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046513#comment-17046513
 ] 

Jacques Le Roux commented on OFBIZ-10845:
-

I confirm for achived releases, saw that already.

> Product Search Constraint on CountBy...methods
> --
>
> Key: OFBIZ-10845
> URL: https://issues.apache.org/jira/browse/OFBIZ-10845
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce, product
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12, Release Branch 16.11, Release Branch 18.12, Release Branch 
> 17.12, Trunk
>Reporter: Ingo Wolfmayr
>Priority: Minor
>  Labels: search
> Fix For: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12
>
> Attachments: SearchCount.patch
>
>
> If a search constraint like featuresId or categorieId is applied, the 
> CountBy...methods in the ProductSearchSession fail.
> Error: mainProductId field is missing.
> Attached is a patch that fixes the problem.
> *Test:*
>  # Enable LayeredNavigation function in ecommerce module.
>  # Add feature "TEXT_BLACK" to product GZ-1000 as standard feature
>  # Add "ProductSearchSession.searchAddConstraint(new 
> ProductSearch.FeatureConstraint("TEXT_BLACK", true), session);" in 
> LayeredNavigation.groovy before "result = 
> ProductSearchSession.getProductSearchResult(request, delegator, 
> prodCatalogId);"
>  # Navigate to the product via category menu.
>  # --> GZ-1000 should not be visible + no error message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10845) Product Search Constraint on CountBy...methods

2020-02-27 Thread Michael Brohl (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046391#comment-17046391
 ] 

Michael Brohl commented on OFBIZ-10845:
---

Adjusted the versions, seems that archived releases cannot be removed from fix 
versions though.

> Product Search Constraint on CountBy...methods
> --
>
> Key: OFBIZ-10845
> URL: https://issues.apache.org/jira/browse/OFBIZ-10845
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce, product
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12, Release Branch 16.11, Release Branch 18.12, Release Branch 
> 17.12, Trunk
>Reporter: Ingo Wolfmayr
>Priority: Minor
>  Labels: search
> Fix For: Release Branch 13.07, Release Branch 14.12, Release 
> Branch 15.12
>
> Attachments: SearchCount.patch
>
>
> If a search constraint like featuresId or categorieId is applied, the 
> CountBy...methods in the ProductSearchSession fail.
> Error: mainProductId field is missing.
> Attached is a patch that fixes the problem.
> *Test:*
>  # Enable LayeredNavigation function in ecommerce module.
>  # Add feature "TEXT_BLACK" to product GZ-1000 as standard feature
>  # Add "ProductSearchSession.searchAddConstraint(new 
> ProductSearch.FeatureConstraint("TEXT_BLACK", true), session);" in 
> LayeredNavigation.groovy before "result = 
> ProductSearchSession.getProductSearchResult(request, delegator, 
> prodCatalogId);"
>  # Navigate to the product via category menu.
>  # --> GZ-1000 should not be visible + no error message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10845) Product Search Constraint on CountBy...methods

2020-02-23 Thread Pawan Verma (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043164#comment-17043164
 ] 

Pawan Verma commented on OFBIZ-10845:
-

Currently, I want to focus on https://issues.apache.org/jira/browse/OFBIZ-10353 
that's I am releasing it for others :)

> Product Search Constraint on CountBy...methods
> --
>
> Key: OFBIZ-10845
> URL: https://issues.apache.org/jira/browse/OFBIZ-10845
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce, product
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Pawan Verma
>Priority: Minor
>  Labels: search
> Fix For: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11
>
> Attachments: SearchCount.patch
>
>
> If a search constraint like featuresId or categorieId is applied, the 
> CountBy...methods in the ProductSearchSession fail.
> Error: mainProductId field is missing.
> Attached is a patch that fixes the problem.
> *Test:*
>  # Enable LayeredNavigation function in ecommerce module.
>  # Add feature "TEXT_BLACK" to product GZ-1000 as standard feature
>  # Add "ProductSearchSession.searchAddConstraint(new 
> ProductSearch.FeatureConstraint("TEXT_BLACK", true), session);" in 
> LayeredNavigation.groovy before "result = 
> ProductSearchSession.getProductSearchResult(request, delegator, 
> prodCatalogId);"
>  # Navigate to the product via category menu.
>  # --> GZ-1000 should not be visible + no error message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10845) Product Search Constraint on CountBy...methods

2020-02-12 Thread Pierre Smits (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17035389#comment-17035389
 ] 

Pierre Smits commented on OFBIZ-10845:
--

Is this issue also applicable to following branches?
 # Trunk
 # r17.12
 # r18.11

If so, please correct the 'Affects Version(s)' field. 
Also the 'Fix Version(s) field should only be set when the solution has been 
implemented by the project. See also 
[https://cwiki.apache.org/confluence/display/OFBIZ/Guidelines+For+Using+JIRA]

> Product Search Constraint on CountBy...methods
> --
>
> Key: OFBIZ-10845
> URL: https://issues.apache.org/jira/browse/OFBIZ-10845
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce, product
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Pawan Verma
>Priority: Minor
> Fix For: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, Release Branch 16.11
>
> Attachments: SearchCount.patch
>
>
> If a search constraint like featuresId or categorieId is applied, the 
> CountBy...methods in the ProductSearchSession fail.
> Error: mainProductId field is missing.
> Attached is a patch that fixes the problem.
> *Test:*
>  # Enable LayeredNavigation function in ecommerce module.
>  # Add feature "TEXT_BLACK" to product GZ-1000 as standard feature
>  # Add "ProductSearchSession.searchAddConstraint(new 
> ProductSearch.FeatureConstraint("TEXT_BLACK", true), session);" in 
> LayeredNavigation.groovy before "result = 
> ProductSearchSession.getProductSearchResult(request, delegator, 
> prodCatalogId);"
>  # Navigate to the product via category menu.
>  # --> GZ-1000 should not be visible + no error message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)