Skip to content

Commit

Permalink
Pin search version to 7.05x1 for now (#165)
Browse files Browse the repository at this point in the history
Per XIVAPI recommendation
  • Loading branch information
karashiiro authored Oct 8, 2024
1 parent 29232bb commit 07307b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export async function searchItemsV2(
// property to be returned, which is useful for reducing the response size.
// TODO: use @raw once it exists
fields: 'Name,ItemSearchCategory.Name,Icon,LevelItem.todo,Rarity',
version: '7.05x1',
});

const data = await fetch(`${searchUrl}?${params.toString()}`, {
Expand Down

0 comments on commit 07307b1

Please sign in to comment.