Versions Compared

Key

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

Problem

Book A book shows up in list-type feeds but not in search results

Solution

If a book shows up in list-type feeds but not in search results, it may not have been added to the ElasticSearch index. This can be repaired using the bin/repair/search_index script.

Panel
bgColor#fff
Both the circ-scripts and circ-webapp containers include a script which repairs the Circulation Manager's ElasticSearch index. The two containers currently (v2.2.5) have slightly different entry paths. However, here's a sample process using the circ-webapp container to run the script:
  1. Log into the circ-webapp container's host instance
  2. Enter the container: sudo docker exec -it circ-webapp /bin/bash
  3. Activate the Python virtual environment: source env/bin/activate
  4. Run the script: bin/repair/search_index
  5. To finish, deactivate the virtual environment: deactivate
  6. Exit the container: exit

Content by Label
showLabelsfalse
max5
spacesSIM
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "SIM"
labelskb-troubleshooting-article

...