Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

retrieves the facet "research_institute".


Info

In JSPs, you have to escapte escape the quotes and URL encode URL value using the character &. For example:


&facet.field=facet_research_institute&fq=facet_research_institute:\"${wmfn:urlEncode(selectedResearchInstitute)}\"

...