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.
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
Documentation New Guides & Updates for 1.4.0 - Round 1 #200
Changes from all commits
1204c97
cdda1f8
2860512
f837730
d2a6830
beeea1e
66b9132
bf60ff5
babc48b
538a27a
9313e8d
4301bcc
7a15d95
3619737
fa15c3b
59f0dde
7d3a14c
6c4c534
3c08f7b
db6e80a
5877067
4ec8281
b49125e
87ca45d
9761b05
61f3b82
405f648
a1c8700
7ccdc25
79097f0
42332b5
abb3806
3412a8b
9fb8cf3
ba9bf83
a84e644
0aea479
af55ccf
a5fe454
f3dd288
c9ebaf0
ca47108
5f9ce65
88b0842
49eba8c
759d3eb
68625b3
164ba16
86835e6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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