We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here You are a file that returns by "GetPrev" search string. IMHO exact searching must not return it.
prompt --application/shared_components/user_interface/shortcuts/ok_to_get_next_prev_pk_value begin -- Manifest -- SHORTCUT: OK_TO_GET_NEXT_PREV_PK_VALUE -- Manifest End wwv_flow_imp.component_begin ( p_version_yyyy_mm_dd=>'2024.05.31' ,p_release=>'24.1.7' ,p_default_workspace_id=>1202104075024633 ,p_default_application_id=>401 ,p_default_id_offset=>8704503425691951 ,p_default_owner=>'OBLAKO_PRINT' ); wwv_flow_imp_shared.create_shortcut( p_id=>wwv_flow_imp.id(26669283042465176847) ,p_shortcut_name=>'OK_TO_GET_NEXT_PREV_PK_VALUE' ,p_shortcut_type=>'TEXT_ESCAPE_JS' ,p_version_scn=>1 ,p_shortcut=>'Are you sure you want to leave this page without saving?' ); wwv_flow_imp.component_end; end; /
1.23.4
No
No response
Debian 12
systemctl daemon
MySQL/MariaDB
The text was updated successfully, but these errors were encountered:
@6543 need to remove the "fuzzy"?
Sorry, something went wrong.
Exact is by default:
Possibly resolved by #33628 which restores the search mode for bleve from MatchQuery back to MatchPhraseQuery, as it was in 1.22.
On the main branch though, it is still using MatchQuery, but with #33590 a "literal search mode" was added (by using quotes).
Appreciate You for explanation. Using quotes is definitely solution. Would You clarify about release practice: when we can get binary with #33590 ?
#33628 will be released in v1.23.5 and #33590 will be released in v1.24.0 .
No branches or pull requests
Description
Here You are a file that returns by "GetPrev" search string.
IMHO exact searching must not return it.
prompt --application/shared_components/user_interface/shortcuts/ok_to_get_next_prev_pk_value begin -- Manifest -- SHORTCUT: OK_TO_GET_NEXT_PREV_PK_VALUE -- Manifest End wwv_flow_imp.component_begin ( p_version_yyyy_mm_dd=>'2024.05.31' ,p_release=>'24.1.7' ,p_default_workspace_id=>1202104075024633 ,p_default_application_id=>401 ,p_default_id_offset=>8704503425691951 ,p_default_owner=>'OBLAKO_PRINT' ); wwv_flow_imp_shared.create_shortcut( p_id=>wwv_flow_imp.id(26669283042465176847) ,p_shortcut_name=>'OK_TO_GET_NEXT_PREV_PK_VALUE' ,p_shortcut_type=>'TEXT_ESCAPE_JS' ,p_version_scn=>1 ,p_shortcut=>'Are you sure you want to leave this page without saving?' ); wwv_flow_imp.component_end; end; /
Gitea Version
1.23.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Debian 12
How are you running Gitea?
systemctl daemon
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: