-
Notifications
You must be signed in to change notification settings - Fork 19
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
Documentation New Guides & Updates for 1.4.0 - Round 1 #200
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
1204c97
May 2024 Docs Images Part 1
alliomeria cdda1f8
Updated SBR home image
alliomeria 2860512
Update strawberryrunners.md
alliomeria f837730
New SBR Subtitle + IIIF Server Settings docs
alliomeria d2a6830
Update strawberryrunners_pager_ocr.md
alliomeria beeea1e
Update strawberryrunners_webpage_text.md
alliomeria 66b9132
Update strawberryrunners_webpage_text.md
alliomeria bf60ff5
Update strawberryrunners_wacz_binary.md
alliomeria babc48b
Update find_and_replace.md
alliomeria 538a27a
Update find_and_replace.md
alliomeria 9313e8d
Update iiif_server_settings.md
alliomeria 4301bcc
IIIF Content Search Overview
alliomeria 7a15d95
Update iiif-content-search.md
alliomeria 3619737
Update index.md
alliomeria fa15c3b
Update inthewild.md
alliomeria 59f0dde
Update strawberryfield-formatters.md
alliomeria 7d3a14c
Update webformsasinput.md
alliomeria 6c4c534
Update mkdocs.yml
alliomeria 3c08f7b
Update mkdocs.yml
alliomeria db6e80a
Create 101_guides_list.md
alliomeria 5877067
Update 101_guides_list.md
alliomeria 4ec8281
Update 101_guides_list.md
alliomeria b49125e
Update 101_guides_list.md
alliomeria 87ca45d
Update 101_guides_list.md
alliomeria 9761b05
Update mkdocs.yml
alliomeria 61f3b82
Update index.md
alliomeria 405f648
Update presentations_events.md
alliomeria a1c8700
Update webformsasinput.md
alliomeria 7ccdc25
Update webformsasinput.md
alliomeria 79097f0
Add files via upload
alliomeria 42332b5
Update webformsasinput.md
alliomeria abb3806
Add files via upload
alliomeria 3412a8b
Rename displays-modes-2024.png to display-modes-2024.png
alliomeria 9fb8cf3
Update webformsasinput.md
alliomeria ba9bf83
more updated images
alliomeria a84e644
Update webformsasinput.md
alliomeria 0aea479
Update strawberryfield-formatters.md
alliomeria af55ccf
Add files via upload
alliomeria a5fe454
Update webformsasinput.md
alliomeria f3dd288
Update inthewild.md
alliomeria c9ebaf0
Update mkdocs.yml
alliomeria ca47108
Update docs/iiif-content-search.md
alliomeria 5f9ce65
Update strawberryrunners_subtitle.md
alliomeria 88b0842
Update end of strawberryrunners_subtitle.md
alliomeria 49eba8c
Update docs/webformsasinput.md
alliomeria 759d3eb
Update iiif-content-search.md
alliomeria 68625b3
Update find_and_replace.md
alliomeria 164ba16
Update iiif_server_settings.md
alliomeria 86835e6
Update iiif_server_settings.md
alliomeria File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update find_and_replace.md
Add more notes about VBO limits
- Loading branch information
commit 68625b3ffccc91f0e6953b758e3a740aa7fd2801
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! Here is a missing need/documentation part that needs to be added. VBO does not pass a "limit" (except if your VIEW has actually a "SHOW" a defined number of results which most users will never use. Because of that, when run will default to the Search API/Solr defined Limit. At
http://localhost:8001/admin/config/search/search-api/server/esmero_solr/edit
(under the advanced tab). Which means if you see 1000 objects In your Find and Replace and select all and run IT and that value here is 100, only 100 will be processed. Nothing we can do around that (for now, except open an ISSUE, tag me, maybe we can find a way). We need a note for that 🐝 !There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, added an additional statement about this behavior, using some of the language you shared in your above comment. Let me know what think @DiegoPino