Skip to content

[ENH][UX] quick_search_mod: Display processing message while the query is being processed

Sam Ndabo requested to merge ndabosam084/tiki:enh-mod_quick_search into master

This is the follow up to this MR !4313 (merged). Enhance the quick search module by :

  • disabling the submit button when the user submit the query.
  • display a Processing message to the user so he knows that the query is being processed.
  • And finally enable the submit button for future queries, Once the request has been processed and the results displayed.

Notice, for forum_post object, I notice that some are returning empty <span></span> tags instead of the item link, which causes some bad experience when searching using the quick_search module.

Click to expand Screenshot_2024-01-20_at_17.06.03
Edited by Sam Ndabo

Merge request reports