You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use the api /api/v1/widget/shared/search?term= to search for a widget with name "launch1 Launches Table"
it returns results which contain the word launch1 Launches Table instead of matching the exact string
This way if there is launch1 Launches Table and hello_launch1 Launches table, it returns the entry which was created first, so hello_lauch1 Launches Table is returned
The text was updated successfully, but these errors were encountered:
rujutashinde
changed the title
/api/v1/widget/shared/search?term returns the first result which contains the term instead of matching it exacty
/api/v1/widget/shared/search?term returns the first result which contains the term instead of matching it exactly
Aug 1, 2022
If we use the api
/api/v1/widget/shared/search?term=
to search for a widget with name"launch1 Launches Table"
it returns results which contain the word
launch1 Launches Table
instead of matching the exact stringThis way if there is
launch1 Launches Table
andhello_launch1 Launches table
, it returns the entry which was created first, sohello_lauch1 Launches Table
is returnede.g
Could it be because it is looking for find any instead of exact string?
service-api/src/main/java/com/epam/ta/reportportal/core/item/impl/provider/DataProviderType.java
Line 45 in baa49ca
The text was updated successfully, but these errors were encountered: