Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Search in extrafields #3493

Open
low5 opened this issue Sep 8, 2015 · 6 comments
Open

Feature Request: Search in extrafields #3493

low5 opened this issue Sep 8, 2015 · 6 comments
Labels
Feature request This is a feature request Priority - Low This is a minor bug | feature request : No feature are blocked or altered.

Comments

@low5
Copy link

low5 commented Sep 8, 2015

Extrafields can´t be searched. This is a downside for handling customer specific requirements such as drawing numbers with products etc.

@rdoursenaud rdoursenaud added Feature request This is a feature request version develop Priority - Low This is a minor bug | feature request : No feature are blocked or altered. labels Sep 10, 2015
@rdoursenaud rdoursenaud changed the title Can´t search in extrafield Search in extrafields Sep 10, 2015
@jpfox
Copy link
Contributor

jpfox commented Sep 11, 2015

It would be very cool 👍

@mtahiue
Copy link

mtahiue commented Jan 26, 2017

here is how i did with dolibarr 4.0.3

caution !! : it is not a good pratice to hard code in the dolibarr core

index c95156b..1c3e608 100644
--- a/www/product/list.php
+++ b/www/product/list.php
@@ -118,6 +118,9 @@ $fieldstosearchall = array(
        'p.label'=>"ProductLabel",
        'p.description'=>"Description",
     "p.note"=>"Note",
+    "p.note"=>"Note",
+    "ef.sku"=>"SKU",
+    "ef.refadv"=>"Ref adv",
 );

note : adding and INDEX on thoses field in the mysql table is required

ALTER TABLE `llx_product_extrafields` ADD INDEX(`refadv`);
ALTER TABLE `llx_product_extrafields` ADD INDEX(`sku`);

hope this will help a bit

@eldy eldy changed the title Search in extrafields Feature Request: Search in extrafields Jan 27, 2017
@dolibarr95
Copy link
Contributor

Could be very useful 👍

@github-actions
Copy link

This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. This issue may be closed automatically by stale bot in 15 days (you should still be able to re-open it if required).

@github-actions github-actions bot added the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Mar 12, 2020
@jtraulle jtraulle reopened this Feb 3, 2023
@jtraulle
Copy link
Member

jtraulle commented Feb 3, 2023

Seems to be still not implemented in V16.0.3

@github-actions github-actions bot removed the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Feb 3, 2023
Copy link

github-actions bot commented Feb 3, 2024

This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. This issue may be closed automatically by stale bot in 10 days (you should still be able to re-open it if required).

@github-actions github-actions bot added the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Feb 3, 2024
@jtraulle jtraulle removed the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request This is a feature request Priority - Low This is a minor bug | feature request : No feature are blocked or altered.
Projects
None yet
Development

No branches or pull requests

7 participants