? Language Change Documentation Required NPM Resource Changed PR-4.3-dev Pending

User tests: Successful: Unsuccessful:

avatar sakiss
sakiss
8 Nov 2021

Summary of Changes

Adds a user defined sorting/ordering capability to the front-end of the Smart Search results.
It does that by adding a sorting drop-down above the results.

Testing Instructions

  1. Apply the PR and run npm install for the css to be generated in media.
  2. Visit a Smart Search menu item.
  3. Under the "Advanced" tab, enable the "Show Sort Fields".
  4. Select the "Shown Sort Fields".
  5. In the front-end search for a term that return results. You should see a sorting drop-down with the fields you set.
  6. Play with the drop-down to change the sorting.

If your "Sort Direction" is set to "Descending", you will NOT see the "Relevance ascending" option.
Seems like there is no reason to sort the results by "Relevance ascending".

Actual result BEFORE applying this Pull Request

No front-end sorting.

Expected result AFTER applying this Pull Request

Front-end sorting

Smart-Search-sorting

Documentation Changes Required

DKN

avatar sakiss sakiss - open - 8 Nov 2021
avatar sakiss sakiss - change - 8 Nov 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 8 Nov 2021
Category Administration Language & Strings Repository NPM Change Front End com_finder
avatar sakiss sakiss - change - 8 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 8 Nov 2021
avatar sakiss sakiss - change - 8 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 8 Nov 2021
avatar sakiss sakiss - change - 8 Nov 2021
Labels Added: Language Change NPM Resource Changed ?
avatar sakiss sakiss - change - 9 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 9 Nov 2021
avatar RickR2H
RickR2H - comment - 9 Nov 2021

I can imagine some use cases in which controlling the sort order in the frontend can be really helpful. Maybe it's a good idea to add a background hover to the dropdown.

@sakiss better keep your branch up to date ;)

avatar brianteeman brianteeman - test_item - 9 Nov 2021 - Tested unsuccessfully
avatar brianteeman
brianteeman - comment - 9 Nov 2021

I have tested this item ? unsuccessfully on 139672a

As well as the unanswered comment this PR can be marked as unsuccessful as you can not sort by relevance descending


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar sakiss
sakiss - comment - 10 Nov 2021

I can imagine some use cases in which controlling the sort order in the frontend can be really helpful. Maybe it's a good idea to add a background hover to the dropdown.

@sakiss better keep your branch up to date ;)

The drop-down follows the styling and markup of the language module (possibly elsewhere too).

avatar sakiss sakiss - change - 10 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 10 Nov 2021
avatar sakiss sakiss - change - 10 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 10 Nov 2021
avatar sakiss sakiss - change - 10 Nov 2021
The description was changed
avatar sakiss sakiss - edited - 10 Nov 2021
avatar ricardo1709 ricardo1709 - test_item - 19 Nov 2021 - Tested successfully
avatar ricardo1709
ricardo1709 - comment - 19 Nov 2021

I have tested this item successfully on 4302393


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar RickR2H
RickR2H - comment - 22 Nov 2021

@sakiss Is it correct that "Relevance" only has "descending"? All the other options have both.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.
avatar sakiss
sakiss - comment - 23 Nov 2021

@RickR2H Yes it is how it is designed (see description).
I cannot think of a case that a reasonable user sorts the items by "relevance ascending".
So this will only be displayed if "relevance ascending" is the default sorting option.

avatar RickR2H RickR2H - test_item - 23 Nov 2021 - Tested successfully
avatar RickR2H
RickR2H - comment - 23 Nov 2021

I have tested this item successfully on 4302393


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar RickR2H RickR2H - change - 23 Nov 2021
Status Pending Ready to Commit
avatar RickR2H
RickR2H - comment - 23 Nov 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar sakiss sakiss - change - 23 Nov 2021
Labels Added: ?
avatar brianteeman
brianteeman - comment - 23 Nov 2021

This is not correct and should not be rtc #35993 (comment)

avatar sakiss
sakiss - comment - 23 Nov 2021

@brianteeman what exactly is not correct? Plz be clear.

avatar brianteeman
brianteeman - comment - 23 Nov 2021
  1. Should not be possible to display a dropdwon when you have no shown fields

image

image

  1. Should not display fields you have not selected

image

image

  1. No label on the field to tell you what it is - instead of floating randomly on the page

image

image

  1. Relevance

Makes no sense that you can sort by relevance ascending with these options

image

image

But not with these options

image

image

  1. Expected to see these new options in the component options as well as the menu
avatar sakiss
sakiss - comment - 23 Nov 2021
  1. Update: Done with: b724ae1
  2. The default value is always added to the drop-down because otherwise the default selection will be irrelevant/out of context.
  3. Added
  4. I cannot think of any case that sorting by relevance ascending would make any sense. This is why it is shown only if is set as a default in the backend or is added in the shown fields (relevance with asc direction).
  5. That would be great and was the 1st thing i developed.
    Unfortunately it turns out that multi-select parameters are not inherited properly. Instead of showing the selected values shows an "Array" string.
avatar sakiss sakiss - change - 24 Nov 2021
Labels Removed: ?
avatar sakiss sakiss - change - 24 Nov 2021
Labels Added: ?
avatar bembelimen bembelimen - change - 25 Nov 2021
Status Ready to Commit Pending
avatar bembelimen
bembelimen - comment - 25 Nov 2021

Revert RTC as it needs some rework


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar sakiss sakiss - change - 25 Nov 2021
Labels Added: ?
Removed: ?
avatar sakiss
sakiss - comment - 26 Nov 2021

Changes applied

avatar brianteeman
brianteeman - comment - 26 Nov 2021

I still think its wrong that you can have a field shown in the dropdown that is not in the list of fields you mark as shown fields

image

image

avatar brianteeman
brianteeman - comment - 26 Nov 2021

No label on the field to tell you what it is - instead of floating randomly on the page

Added

Still dont see it

avatar sakiss
sakiss - comment - 26 Nov 2021

I still think its wrong that you can have a field shown in the dropdown that is not in the list of fields you mark as shown fields

Lets say that we are not including the default field in the 'shown fields' and then perform a search. You will notice the following:

  1. What you get as the selected sorting field does not match the actual one.
  2. Changing the sorting field to one of the shown does not let us go back to the default.

In short using a field without displaying it as an option seems a bit dissonant from the user point of view.

Still dont see it

check bf29cb2

avatar brianteeman
brianteeman - comment - 26 Nov 2021

Weirdly when I check out your branch it doesnt show that commit. Anyway I can see it here and it looks ok now - thanks

avatar brianteeman
brianteeman - comment - 26 Nov 2021

In short using a field without displaying it as an option seems a bit dissonant from the user point of view.

Perhaps but at the same time it is called "Shown Fields" and you are showing a field that is not there.

User has three fields as shown. They remove one and they still see three in the frontend.

Makes logical sense to a developer but not to a user

avatar sakiss
sakiss - comment - 26 Nov 2021

Perhaps but at the same time it is called "Shown Fields" and you are showing a field that is not there.
User has three fields as shown. They remove one and they still see three in the frontend.
Makes logical sense to a developer but not to a user

I agree, that it can be confusing for the admin.
My point is not related with the developer but the end user.
The front-end users will get something that seems buggy and partially functional.
Put yourself in the position of using a search engine that shows a wrong "sort by" field in the 1st place. How would you rate that UX?

@bembelimen could possibly decide on that.

avatar brianteeman
brianteeman - comment - 26 Nov 2021

Two options

  1. Whatever you select in the "show field" is automatically added to the "shown field"
  2. Change the text to "Additional sort fields" or something like that
avatar sakiss
sakiss - comment - 26 Nov 2021

I suppose you mean "sort field". This needs work way beyond that PR.
2 can be confusing too. Someone anticipates another "Shown field".

What about adding a description to the field that informs that the default is always there?

avatar sakiss
sakiss - comment - 30 Nov 2021

What about renaming the field to "Sort Fields".
Given that it shows only after the "Show Sort Fields" is enabled, becomes quite evident what is it about.
Also the default field is named "Sort Field", hence aggregating them seems valid.

I would appreciate your prompt feedback to catch up the feature freeze.

avatar brianteeman
brianteeman - comment - 30 Nov 2021

No. Thats the whole point of my comment. You have fields in the dropdown that are not in the selected field

avatar sakiss
sakiss - comment - 30 Nov 2021

Fine. I will go on by changing the label to "Additional Sort Fields".
Can we go on with that?

avatar brianteeman
brianteeman - comment - 30 Nov 2021

Fine. I will go on by changing the label to "Additional Sort Fields".
Can we go on with that?

I wouldnt have suggested it otherwise ;)

avatar brianteeman
brianteeman - comment - 30 Nov 2021

I have tested this item successfully on c072ff1


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar brianteeman brianteeman - test_item - 30 Nov 2021 - Tested successfully
avatar sakiss
sakiss - comment - 30 Nov 2021

@ricardo1709 and @RickR2H Could you please test again?

avatar ricardo1709
ricardo1709 - comment - 30 Nov 2021

I have tested this item successfully on c072ff1


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar ricardo1709 ricardo1709 - test_item - 30 Nov 2021 - Tested successfully
avatar alikon alikon - change - 30 Nov 2021
Status Pending Ready to Commit
avatar alikon
alikon - comment - 30 Nov 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar sakiss sakiss - change - 2 Dec 2021
Labels Added: ?
Removed: ?
avatar pritam825
pritam825 - comment - 2 Dec 2021

I have tested this item successfully on c072ff1


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar pritam825 pritam825 - test_item - 2 Dec 2021 - Tested successfully
avatar sakiss
sakiss - comment - 6 Dec 2021

@bembelimen do you consider merging that? Thanks

avatar bembelimen
bembelimen - comment - 6 Dec 2021

It's on the list, we just have to finish the current releases coming the next days.

avatar bembelimen
bembelimen - comment - 7 Dec 2021

So I checked this PR, the following things did I discover:

  • Dropdown items do not use the "dropdown-item" class. (Then you don't need all this styling)
  • The sort (in my opinion) still is "flying around" without any structure and in my opinion it should be above the filter:
    grafik
  • I wonder if "list_price" is ever used (I guess it's a placeholder for e.g. shops?). But when ordering by it, probably it should be displayed at the item? (and there is also a sale_price, shouldn't this added, too (if at all))
avatar sakiss
sakiss - comment - 8 Dec 2021

Dropdown items do not use the "dropdown-item" class. (Then you don't need all this styling)

I can do that but there will be small styling differences between that and other bs drop-downs e.g. the languages module.

The sort (in my opinion) still is "flying around" without any structure and in my opinion it should be above the filter:

IMO should be as close to the results as possible. The usual workflow is to be used after a search is performed.
Btw. This is the place where almost all major sites are using it.

I wonder if "list_price" is ever used (I guess it's a placeholder for e.g. shops?). But when ordering by it, probably it should be displayed at the item?

Yes i think they are placeholders for other types of content.
But sorting should not get confused with what is getting displayed in the results.
Also the results can be of different contexts and display different fields.

avatar sakiss
sakiss - comment - 15 Dec 2021

Sorry to be persistent but is there an interest on that?

avatar bembelimen
bembelimen - comment - 16 Dec 2021

@bembelimen plz let me know your thoughts on that

I gave you my thoughts:

  • use default styling
  • don't let it fly around (of there is no other way than that, do it above the filters)
  • if using list_price then also use sale_price, too
avatar sakiss
sakiss - comment - 22 Dec 2021
  1. Use bootstrap "dropdown-item" class.
  2. Moved the drop-down inside the results area.
  3. The scope of that PR, is to let the user set the ordering based on the already used sort field options (see "sort field" param).
    I suggest adding additional fields in a separate PR.
avatar RickR2H
RickR2H - comment - 16 Jan 2022

@bembelimen Could you please update the status on this PR? Is RTC still valid?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar woluweb
woluweb - comment - 14 Feb 2022

Hi there.
In 2 days I make a presentation about customizing the Smart Search (Joomla NEXT session organized by Techjoomla).

I saw that the other PR (adding the possibility to add the Intro Image in the Smart Search Results Page) is indeed available in J4.1-rc4.

But I did not see the effect of the current PR :)

Will it not be merged for 4.1?
I had the impression it was ready.
Txs

avatar RickR2H
RickR2H - comment - 14 Feb 2022

Unfortunately It's not merged so it has to wait until 4.2 I guess...


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar sakiss
sakiss - comment - 21 Feb 2022

@roland-d Are you interested in merging that in J4.2?

avatar woluweb
woluweb - comment - 21 Feb 2022

Speaking about Sorting, it could also be an opportunity to investigate further this "sort by List Price" which has been there since 2.5 but does not do anything apparently. See https://issues.joomla.org/tracker/joomla-cms/37112

avatar sakiss
sakiss - comment - 21 Feb 2022

@woluweb Since Finder is component agnostic, allows the use of other possible variables that could be used by 3rd parties. Such variable is the "List Price", which i suppose can be utilized by e-commerce related extensions.

avatar roland-d
roland-d - comment - 21 Feb 2022

@sakiss I am interested to include this in 4.2 but I do have the same reservations as Benjamin:

  • Move the filter to the top of the page
    image

    Like here is what I mean:
    image

  • The sale_price needs to be added if you are adding the list_price. We can add these fields even if they are odd. Users won't use them but since they are in core who wants to use them can.

avatar sakiss
sakiss - comment - 23 Feb 2022

Hey @roland-d thanks for looking at that.

  1. In most cases, the sorting field is placed below the search/filters and above the results.
    You can see that in all major e-commerce sites (amazon, ebay) and in blogs.
    If i am not mistaken, the same applies in your screenshot.

  2. I used the existing sorting fields. The PR just intends to provide sorting functionality to the front-end using the fields that Joomla already uses. I find adding extra fields, beyond the scope of the PR but if you find it crucial i can add them.

avatar roland-d roland-d - change - 7 Mar 2022
Labels Added: ?
Removed: ?
avatar roland-d
roland-d - comment - 7 Mar 2022

Hey @sakiss

  1. You are right, my screenshots are confusing. The arrow is wrong, too high. However the filter is now floating to the right and is not below the search field. Can you fix that?
  2. I do want the sale_price added as well as it is a small change but will be consistent with the fields that exist.
avatar sakiss
sakiss - comment - 11 Mar 2022

thanks @roland-d

  1. Could you please indicate me how you would like this to be? Btw. It is at the top-end of the results where you will find it in most apps/sites. Consider that this is a tool for the results themselves and should not be confused with the filters.
  2. Ok i can do that. Do note that the sales_price does not exist and never existed in any Joomla setting. It only resides in the database.
avatar woluweb
woluweb - comment - 11 Mar 2022

My 2cents: sale_price is not used anywhere.
It is only visible in the backend so, somehow, it was not causing any harm bc nobody would see it.

But if we start showing this in the front-end, then please tell also how to hide it after!
This field seems to be there "in case some 3rd party extension would decide to use it".
I definitely don't want (nobody wants) to see "sale_price" if it does not exist: the visitors would get completely lost :D

avatar roland-d
roland-d - comment - 12 Mar 2022

@woluweb We will not be showing it in the front-end by default. The user has to specifically select that field to make it show up in the front-end.

@sakiss

  1. I am thinking like this. That is how I see it on the major ecommerce sites you mentioned.
    image

  2. I am aware of that but what is important to me is that we offer the use of this field and if someone uses this field, they cannot select it.

avatar sakiss
sakiss - comment - 12 Mar 2022

@roland-d

  1. Are you ok if we put it below the "Assuming abc ..."?
    I think it should be close to the results.

  2. What if i create another PR for that?
    Among others we will not have to ask for re-testing which is done several times already.

avatar roland-d
roland-d - comment - 12 Mar 2022

@sakiss

  1. That is fine by me
  2. This needs retesting anyway as the sale_price still needs to be added. Let's make these 2 changes and after that it can be tested and merged.
avatar Quy Quy - change - 12 Mar 2022
Status Ready to Commit Pending
avatar sakiss sakiss - change - 27 Apr 2022
Labels Added: ?
Removed: ?
avatar sakiss sakiss - change - 1 Jun 2022
Labels Removed: ?
avatar sakiss
sakiss - comment - 9 Jun 2022

@roland-d What's your intention on that?

avatar roland-d roland-d - change - 10 Jun 2022
Title
[4.1] Smart Search Sorting Drop-Down
[4.2] Smart Search Sorting Drop-Down
avatar roland-d roland-d - edited - 10 Jun 2022
avatar roland-d
roland-d - comment - 12 Jun 2022

@sakiss This PR looks fine to me now.
@Hackwar Can you give this a check to see if it is OK?

avatar joomla-bot
joomla-bot - comment - 27 Jun 2022

This pull requests has been automatically converted to the PSR-12 coding standard.

avatar HLeithner HLeithner - change - 27 Jun 2022
Labels Added: ?
avatar woluweb
woluweb - comment - 26 Sep 2022

Hi,
This week-end I was at JoomlaDay D-A-CH and made my presentation about "customizing the Smart Search Results Page".
Actually I was convinced that the current PR had been merged with J4.2...
But when I came to the topic here https://slides.woluweb.be/smartsearch/smartsearch.html#5-2-in-the-front-end I realized that it had not yet been merged :D

I don't think that there is any more reason to wait.
Could we please merge this PR so that we finally get it in J4.3?
Txs for your feedback/approval @roland-d @Hackwar @obuisard :)

And txs again @sakiss -who was also present at #jd22dach- for writing this PR! (and for the other ones related to Smart Search like adding the Image etc).

avatar RickR2H
RickR2H - comment - 26 Sep 2022

@sakiss did you added the changes and is the PR ready? @roland-d Do we have to reset the tests?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar roland-d
roland-d - comment - 27 Sep 2022

@woluweb This also fell off my radar but has to be rebased to 4.3 so @obuisard can pick it up and merge. The tests should be reset @RickR2H as you have a new base and it will be good to get things tested just to be sure. If nothing comes up, it would be easy tests.

avatar RickR2H RickR2H - alter_testresult - 28 Sep 2022 - brianteeman: Not tested
avatar RickR2H RickR2H - alter_testresult - 28 Sep 2022 - pritam825: Not tested
avatar RickR2H RickR2H - alter_testresult - 28 Sep 2022 - ricardo1709: Not tested
avatar RickR2H
RickR2H - comment - 28 Sep 2022

@roland-d can you set the unresolved conversation to resolved? Tests are reset, @ricardo1709 @woluweb please test again.

avatar obuisard
obuisard - comment - 28 Sep 2022

Thank you all for the follow ups, I added the 4.3 label.

avatar obuisard obuisard - change - 28 Sep 2022
Labels Added: PR-4.3-dev
Removed: ?
avatar woluweb
woluweb - comment - 20 Oct 2022

I have tested this item successfully on c072ff1

Excellent!
Works fine (see the demo here https://subform.joomlacustomfields.org/search?q=lorem)
It is very nice that you can select the Fields that you want (or not) in the dropdown, namely

avatar woluweb woluweb - test_item - 20 Oct 2022 - Tested successfully
avatar RickR2H
RickR2H - comment - 20 Oct 2022

I have tested this item successfully on c072ff1

Filters work as expected!


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar RickR2H RickR2H - test_item - 20 Oct 2022 - Tested successfully
avatar RickR2H RickR2H - change - 20 Oct 2022
Status Pending Ready to Commit
avatar RickR2H
RickR2H - comment - 20 Oct 2022

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35993.

avatar obuisard obuisard - change - 20 Oct 2022
Labels Added: ?
avatar obuisard obuisard - change - 20 Oct 2022
Title
[4.2] Smart Search Sorting Drop-Down
[4.3] Smart Search Sorting Drop-Down
avatar obuisard obuisard - edited - 20 Oct 2022
avatar obuisard
obuisard - comment - 21 Oct 2022

Thank you for this PR, could you please document the new options (I believe this page is appropriate: https://docs.joomla.org/Help310:Menus_Menu_Item_Finder_Search)

avatar obuisard
obuisard - comment - 17 Dec 2022

Hello Sakis @sakiss, do you need help with documentation? Would love to see this PR merged soon for public testing.

avatar sakiss
sakiss - comment - 19 Dec 2022

Hi @obuisard . The page you mention is for J3. If you indicate the page and how to add the changes, i am keen to help.
Also if anyone else wants to help with the docs is welcome. I already invested a lot of time on that.

avatar sakiss
sakiss - comment - 24 Dec 2022

@obuisard Plz let me know if this can be merged or otherwise what else should be done.

avatar obuisard
obuisard - comment - 24 Dec 2022

@obuisard Plz let me know if this can be merged or otherwise what else should be done.

Hi Sakis @sakiss, I have requested some help to better assist you with user documentation. I am waiting on a reply. I will let you know what can be done with documentation once I have proper information. Thank you for your patience and have great holidays ?

avatar brianteeman
brianteeman - comment - 30 Dec 2022
avatar obuisard
obuisard - comment - 6 Jan 2023

I have involved the documentation team for the PRs that require user documentation, as it needs approval for editing the wiki, which is a road block for now.

avatar ceford
ceford - comment - 7 Jan 2023

Why is the sort order not being appended to the search bar as in all backend search bars?

avatar ceford
ceford - comment - 7 Jan 2023

That page is for the old Search component. It is not present in J4. There is no Help page for frontend results.

avatar obuisard
obuisard - comment - 7 Jan 2023

That page is for the old Search component. It is not present in J4. There is no Help page for frontend results.

The only corresponding page I could find is https://docs.joomla.org/Help4.x:Menus_Menu_Item_Finder_Search

The explanation for frontend results needs to be put on that page, like it was done for https://docs.joomla.org/Help310:Menus_Menu_Item_Search_Results

avatar ceford
ceford - comment - 8 Jan 2023

That page is for the old Search component. It is not present in J4. There is no Help page for frontend results.

The only corresponding page I could find is https://docs.joomla.org/Help4.x:Menus_Menu_Item_Finder_Search

The explanation for frontend results needs to be put on that page, like it was done for https://docs.joomla.org/Help310:Menus_Menu_Item_Search_Results

Actually, the corresponding page is https://docs.joomla.org/Help310:Menus_Menu_Item_Finder_Search and that does not mention a frontend view. Such a view would be useful. But, I think this requirement to have documentation in place before merging a pull request is unworkable. I have an idea for how to do something about it but it is not ready yet.

avatar carlitorweb
carlitorweb - comment - 10 Jan 2023
avatar ceford
ceford - comment - 10 Jan 2023

Changes already document at https://docs.joomla.org/Help4.x:Menus_Menu_Item_Search_Results

That file is not used in Joomla 4 (I should have made that clearer previously). This is the file used for the Smart Search menu item:

https://docs.joomla.org/Help4.x:Menu_Item:_Search

avatar obuisard
obuisard - comment - 10 Jan 2023

Changes already document at https://docs.joomla.org/Help4.x:Menus_Menu_Item_Search_Results

That file is not used in Joomla 4 (I should have made that clearer previously). This is the file used for the Smart Search menu item:

https://docs.joomla.org/Help4.x:Menu_Item:_Search

https://docs.joomla.org/Help4.x:Menus_Menu_Item_Finder_Search and https://docs.joomla.org/Help4.x:Menu_Item:_Search is the same page BUT it could show the frontend view info, like it has been done for https://docs.joomla.org/Help310:Menus_Menu_Item_Search_Results

avatar carlitorweb
carlitorweb - comment - 11 Jan 2023

Okay, now we got the right doc (Chunk) to override: https://docs.joomla.org/Chunk4x:Help_screen_column_header_Sort_Field

Documentation added ✔️

avatar obuisard obuisard - change - 11 Jan 2023
Labels Added: Documentation Required
Removed: ?
avatar obuisard obuisard - change - 11 Jan 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-01-11 23:02:17
Closed_By obuisard
avatar obuisard obuisard - close - 11 Jan 2023
avatar obuisard obuisard - merge - 11 Jan 2023
avatar obuisard
obuisard - comment - 11 Jan 2023

Thank you Sakis @sakiss for this PR!

avatar Kostelano
Kostelano - comment - 16 May 2023

@sakiss, could you take a couple of minutes of your time and explain what is the fundamental difference between Sales price and List price? I am engaged in translation and have not even figured out yet how best to translate it so that it is understandable to users. Thank you.

In the context of the search )) Of course, the translation without the search is understandable.

avatar woluweb
woluweb - comment - 16 May 2023

@sakiss, could you take a couple of minutes of your time and explain what is the fundamental difference between Sales price and List price? I am engaged in translation and have not even figured out yet how best to translate it so that it is understandable to users. Thank you.

In the context of the search )) Of course, the translation without the search is understandable.

This is a Joomla string which has been there "forever".
See here the information I could gather about that: https://slides.woluweb.be/smartsearch/smartsearch.html#par_51

avatar Kostelano
Kostelano - comment - 16 May 2023

@woluweb Thanks for the hint, now it's clearer that the parameter means nothing )). Of course, this is a success: to add SOMETHING for user management that cannot and could not work, but only confuses.

avatar RickR2H
RickR2H - comment - 16 May 2023

Settings are still there due to backwards compatibility. They can be removed in J5.

avatar sakiss
sakiss - comment - 17 May 2023

@Kostelano keep in mind that the Smart Search is designed to work with different types of content (not just articles)

Add a Comment

Login with GitHub to post a comment